Skip to content

Commit 42f442e

Browse files
committed
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.
1 parent 4872266 commit 42f442e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ button:hover {
140140
animation-direction: alternate;
141141
}
142142

143+
#power-profiles-daemon {
144+
padding-right: 15px;
145+
}
146+
143147
#power-profiles-daemon.performance {
144148
background-color: #f53c3c;
145149
color: #ffffff;

0 commit comments

Comments
 (0)