* Fixed min-height/width

pull/616/head
Megax 2016-10-28 21:01:56 +02:00
parent 8028fe4f28
commit 509351bf6c
1 changed files with 3 additions and 3 deletions
src/gtk-3.20/scss/widgets

View File

@ -72,7 +72,7 @@
row {
// Needs overriding of the GtkListBoxRow padding
min-height: 30px;
min-height: 32px;
padding: 0;
// Using margins/padding directly in the SidebarRow
@ -110,8 +110,8 @@
//@extend %button_selected.flat;
min-height: 22px;
min-width: 22px;
min-height: 20px;
min-width: 20px;
margin-top: 2px;
margin-bottom: 2px;
padding: 0;