New backup 2025-07-24 12:30:03

This commit is contained in:
Penelope Gwen 2025-07-24 12:30:03 -07:00
parent 15427c6ad7
commit 297acd17e2
2 changed files with 10 additions and 2 deletions

View file

@ -73,13 +73,13 @@ $bar-module-border-radius: 8px;
margin-right: -10px; margin-right: -10px;
} }
}*/ }*/
.workspace-number { /*.workspace-number {
margin: 0px; margin: 0px;
margin-left: -5px; margin-left: -5px;
margin-top: -17px; margin-top: -17px;
padding: 0px; padding: 0px;
font-size: 0.6em; font-size: 0.6em;
} }*/
//value bars //value bars
scale trough, scale trough,

View file

@ -23,11 +23,19 @@
.workspaces { .workspaces {
button { button {
border-right: 2px solid blue;
// background-color: blue; // background-color: blue;
label { label {
padding: 0px 5px; padding: 0px 5px;
margin-right: -10px; margin-right: -10px;
} }
.workspace-number {
margin: 0px;
margin-left: 6px;
margin-top: -17px;
padding: 0px;
font-size: 0.6em;
}
} }
} }
} }