modules/power-profiles-daemon: add some right padding

The icon is not really centered in the box. This is likely coming from
a bogus glyph width calculation. It's not a big deal, but that's not
really pleasant aesthetically-wise.

Adding a bit of right padding makes it much more pleasant to watch. It
does not really disrupt a wider display form, like one that
explicitely writes the active profile.
This commit is contained in:
Félix Baylac Jacqué 2024-03-02 09:40:19 +01:00 committed by Félix Baylac Jacqué
parent cc759a8b8f
commit 5ba7c9eb60
1 changed files with 4 additions and 0 deletions

View File

@ -140,6 +140,10 @@ button:hover {
animation-direction: alternate;
}
#power-profiles-daemon {
padding-right: 15px;
}
#power-profiles-daemon.performance {
background-color: #f53c3c;
color: #ffffff;