layout: reduce some paddings

dropdowns
print items of thumbnail view
This commit is contained in:
Alfredo Monclus 2024-05-24 23:16:52 -03:00
parent bf4d361403
commit bc822eebef

View File

@ -162,8 +162,8 @@ combobox arrow:disabled {
-gtk-icon-source: None;
}
combobox cellview {
padding: 0.5em;
cellview {
padding: 0.5em 0.25em 0.5em 0;
}
entry {
@ -630,3 +630,6 @@ trough progress {
border-bottom: .4em solid @color1;
}
flowboxchild {
padding: 0;
}