Add space between button icon and button label.

This commit is contained in:
TooWaBoo 2018-10-05 03:23:32 +02:00 committed by GitHub
parent 83c6fb629e
commit b87fae4878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1482,6 +1482,10 @@ button.text-button label {
margin: 0 0.5em;/* x */ margin: 0 0.5em;/* x */
} }
button image + label {
margin-left: 0.25em;
}
#PrefNotebook > stack > :nth-child(5) combobox { #PrefNotebook > stack > :nth-child(5) combobox {
/* margin: 0.166666666666666666em 0; */ /* margin: 0.166666666666666666em 0; */
margin: 2px 0; margin: 2px 0;
@ -2153,9 +2157,9 @@ headerbar .title:backdrop {
} }
*/ */
/*
.view:not(check):not(radio), image:not(check):not(radio), spinbutton button, cellview { /* .view:not(check):not(radio), image:not(check):not(radio), spinbutton button, cellview {
-gtk-icon-transform: scale(1.5); -gtk-icon-transform: scale(calc(( 96 / 96 ) * ( 8 / 9 )));
} } */
* {-gtk-dpi: 144;} /* * {-gtk-dpi: 144;} */
*/