making eww work more like waybar workspaces

This commit is contained in:
Chris Cochrun 2023-10-24 06:17:59 -05:00
parent 789fa95abf
commit a32286fc67
4 changed files with 25 additions and 18 deletions

View file

@ -312,9 +312,9 @@ tooltip label {
}
.works {
font-size: 14px;
font-size: 15px;
font-weight: normal;
margin: 2px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background-color: rgba(00, 00, 00, 0.0);
padding-left: 5px;
padding-right: 9px;
@ -323,7 +323,7 @@ tooltip label {
.worksbox {
font-size: 14px;
padding-left: 15px;
// padding-right: 15px;
padding-right: 10px;
background-color: rgba(00, 00, 00, 0.0);
}