idk...some eww stuff

This commit is contained in:
Chris Cochrun 2023-02-07 10:10:57 -06:00
parent 5a834ec5a3
commit d358d8be8f
2 changed files with 4 additions and 4 deletions

View file

@ -383,11 +383,11 @@ calendar:indeterminate {
color: $base0D; color: $base0D;
font-size : 14px; font-size : 14px;
font-weight : bold; font-weight : bold;
padding : 4px 0px 0px 0px; margin : 11px 5px 0px 0px;
} }
.app-icon { .app-icon {
margin : 6px 10px 0px 0px; margin : 11px 10px 0px 0px;
} }

View file

@ -25,10 +25,10 @@ echo "(box \
(image \ (image \
:class \"app-icon\" \ :class \"app-icon\" \
:path \"$iconpath\" \ :path \"$iconpath\" \
:image-width \"28\") \ :image-width \"18\") \
(label \ (label \
:class \"app-name\" \ :class \"app-name\" \
:limit-width \"35\" \ :limit-width \"45\" \
:text \"$title\" \ :text \"$title\" \
:tooltip \"$title\"))" :tooltip \"$title\"))"
} }