Merge branch 'sidebar-improvments' into 'mainline'

Modernize folder list (without rewrite)

Closes #880 and #1029

See merge request GNOME/geary!618
This commit is contained in:
Michael Gratton 2021-01-07 22:29:05 +00:00
commit 1ad29a9be9
6 changed files with 77 additions and 64 deletions

View file

@ -52,7 +52,6 @@
<property name="shadow_type">none</property>
<child>
<object class="GtkScrolledWindow" id="folder_list_scrolled">
<property name="width_request">100</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property>

View file

@ -12,8 +12,16 @@
border-left-width: 0;
border-top-width: 0;
border-right-width: 0;
min-width: 300px;
}
.geary-folder-frame {
min-width: 250px;
}
.geary-folder-frame .sidebar .cell {
padding: 9px 6px;
}
.geary-conversation-frame > border {
border-left-width: 0;
border-top-width: 0;