client: Revert folder list expander change
This undoes the expander-related changes introduced in !618, to fix regressions such as #1177 and #1184.
This commit is contained in:
parent
3f6a8581bc
commit
05ea5fbdb3
4 changed files with 14 additions and 60 deletions
23
ui/geary.css
23
ui/geary.css
|
|
@ -18,10 +18,6 @@
|
|||
min-width: 250px;
|
||||
}
|
||||
|
||||
.geary-folder-frame .sidebar .cell {
|
||||
padding: 9px 6px;
|
||||
}
|
||||
|
||||
.geary-conversation-frame > border {
|
||||
border-left-width: 0;
|
||||
border-top-width: 0;
|
||||
|
|
@ -29,15 +25,10 @@
|
|||
min-width: 360px;
|
||||
}
|
||||
|
||||
treeview.sidebar {
|
||||
border: none;
|
||||
}
|
||||
|
||||
geary-conversation-viewer {
|
||||
min-width: 360px;
|
||||
}
|
||||
|
||||
/* For 3-pane mode only */
|
||||
.geary-sidebar-pane-separator.vertical .conversation-frame > border {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
|
@ -402,6 +393,20 @@ dialog.geary-remove-confirm .dialog-action-box {
|
|||
|
||||
/* FolderList.Tree */
|
||||
|
||||
treeview.sidebar {
|
||||
border: none;
|
||||
}
|
||||
|
||||
treeview.sidebar .cell {
|
||||
padding: 9px 6px;
|
||||
}
|
||||
treeview.sidebar .cell:dir(ltr) {
|
||||
padding-left: 0px;
|
||||
}
|
||||
treeview.sidebar .cell:dir(rtl) {
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
treeview.sidebar:drop(active).after,
|
||||
treeview.sidebar:drop(active).before,
|
||||
treeview.sidebar:drop(active).into {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue