* Fixed min-height/width
parent
8028fe4f28
commit
509351bf6c
src/gtk-3.20/scss/widgets
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
row {
|
row {
|
||||||
// Needs overriding of the GtkListBoxRow padding
|
// Needs overriding of the GtkListBoxRow padding
|
||||||
min-height: 30px;
|
min-height: 32px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
// Using margins/padding directly in the SidebarRow
|
// Using margins/padding directly in the SidebarRow
|
||||||
|
@ -110,8 +110,8 @@
|
||||||
|
|
||||||
//@extend %button_selected.flat;
|
//@extend %button_selected.flat;
|
||||||
|
|
||||||
min-height: 22px;
|
min-height: 20px;
|
||||||
min-width: 22px;
|
min-width: 20px;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue