folder-list: mordernize sidebar

This makes each row a better click target and improves spacing in
general. This move the expander arrow to the left and removes the
indentation for folders which makes it possible to define a much
smaller width for the sidebar.

Fixes: https://gitlab.gnome.org/GNOME/geary/-/issues/880,
       https://gitlab.gnome.org/GNOME/geary/-/issues/1029
This commit is contained in:
Julian Sparber 2020-11-23 17:48:19 +01:00 committed by Julian Sparber
parent e070607f58
commit 8aa5f291e8
5 changed files with 76 additions and 19 deletions

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;