fixes to eww

This commit is contained in:
Chris Cochrun 2023-10-23 14:41:38 -05:00
parent d24c0913bb
commit 789fa95abf
3 changed files with 12 additions and 6 deletions

View file

@ -316,16 +316,19 @@ tooltip label {
font-weight: normal;
margin: 2px 0px 0px 0px;
background-color: rgba(00, 00, 00, 0.0);
padding-left: 5px;
padding-right: 9px;
}
.worksbox {
margin-left: 15px;
margin-right: 15px;
font-size: 14px;
padding-left: 15px;
// padding-right: 15px;
background-color: rgba(00, 00, 00, 0.0);
}
.works:hover {
background-color: $base0D;
color: $base0E;
}
.empty_workspace {