Skip to content

Commit

Permalink
CSS: add padding between text and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jul 29, 2024
1 parent b2c74b4 commit eac2e3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/styles/Application.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ panel.translucent.color-light > box {
warning mix(@BANANA_300, @BANANA_500, 0.5);
}

/*FIXME: Replace with border-spacing in GTK4*/
.composited-indicator image + label,
.composited-indicator image + revealer {
padding-left: 0.5em;
}

.composited-indicator:dir(rtl) image + label,
.composited-indicator:dir(rtl) image + revealer {
padding-right: 0.5em;
}

.color-light .composited-indicator {
color: alpha(black, 0.65);
text-shadow:
Expand Down

0 comments on commit eac2e3d

Please sign in to comment.