swaync: make the service buttons more compact

This commit is contained in:
2023-11-17 04:06:26 +00:00
parent 850354b7d7
commit b23281e9dc

View File

@@ -155,6 +155,9 @@ in
.widget-buttons-grid>flowbox>flowboxchild>button.toggle {
/* text color for inactive buttons, and "Clear All" button.*/
color: rgb(172, 172, 172);
/* padding defaults to 16px; tighten, so i can squish it all onto one row */
padding-left: 0px;
padding-right: 0px;
}
.widget-buttons-grid>flowbox>flowboxchild>button.toggle.active {
color: rgb(255, 255, 255);