forked from extern/nix-config
waybar: Add padding-right to tray
This fixes an issue where the tray icon would previous be at the edge of the screen. So far, the tray is only used for fcitx.
This commit is contained in:
parent
daec189305
commit
d45807e590
@ -28,6 +28,10 @@ window#waybar {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
#tray {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#mode {
|
||||
background: #64727D;
|
||||
border-bottom: 3px solid white;
|
||||
|
Loading…
Reference in New Issue
Block a user