This commit is contained in:
Stephan Raabe
2023-08-20 17:34:53 +02:00
parent 585834d31d
commit 18131d6f2a
10 changed files with 150 additions and 46 deletions
+8 -2
View File
@@ -40,7 +40,7 @@ button:hover {
}
#workspaces button {
padding: 0 5px;
padding: 0 10px;
color: #ffffff;
}
@@ -90,9 +90,11 @@ button:hover {
#window,
#workspaces {
margin: 0 4px;
margin: 0 10px 0 6px;
}
.modules-left > widget:first-child > #workspaces {
margin-left: 0;
}
@@ -105,6 +107,10 @@ button:hover {
margin-left:10;
}
#custom-brave, #custom-outlook, #custom-teams, #custom-chatgpt, #custom-calculator {
margin-right:10px;
}
#custom-exit {
margin-right: 10px;
}