fix(waybar): set tooltip paddings like other components
This commit is contained in:
@@ -9,7 +9,10 @@
|
|||||||
tooltip label {
|
tooltip label {
|
||||||
background-color: #383c4a;
|
background-color: #383c4a;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 4px;
|
padding-top: 4px;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user