margin changes

This commit is contained in:
Stephan Raabe 2023-12-21 16:45:28 +01:00
parent c66268089e
commit 18c9e9d5de
2 changed files with 43 additions and 27 deletions

View File

@ -149,37 +149,45 @@ window#waybar.empty #window {
* Custom Quicklinks * Custom Quicklinks
* ----------------------------------------------------- */ * ----------------------------------------------------- */
#custom-brave, #custom-brave,
#custom-browser, #custom-browser,
#custom-keybindings, #custom-keybindings,
#custom-outlook, #custom-outlook,
#custom-filemanager, #custom-filemanager,
#custom-teams, #custom-teams,
#custom-chatgpt, #custom-chatgpt,
#custom-calculator, #custom-calculator,
#custom-windowsvm, #custom-windowsvm,
#custom-cliphist, #custom-cliphist,
#custom-wallpaper, #custom-wallpaper,
#custom-settings, #custom-settings,
#custom-wallpaper, #custom-wallpaper,
#custom-system, #custom-system,
#custom-waybarthemes { #custom-waybarthemes {
margin-right: 23px; margin-right: 23px;
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
opacity: 0.8; opacity: 0.8;
color: @iconcolor; color: @iconcolor;
} }
#custom-waybarthemes, #custom-settings, #custom-system { #custom-system {
margin-right:15px; margin-right:15px;
} }
#custom-wallpaper {
margin-right:25px;
}
#custom-waybarthemes, #custom-settings {
margin-right:20px;
}
/* ----------------------------------------------------- /* -----------------------------------------------------
* Idle Inhibator * Idle Inhibator
* ----------------------------------------------------- */ * ----------------------------------------------------- */
#idle_inhibitor { #idle_inhibitor {
margin-right: 15px; margin-right: 15px;
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;

View File

@ -162,7 +162,7 @@ window#waybar.empty #window {
#custom-cliphist, #custom-cliphist,
#custom-wallpaper, #custom-wallpaper,
#custom-settings, #custom-settings,
#custom-wallpaper, #custom-wallpaper,
#custom-system, #custom-system,
#custom-waybarthemes { #custom-waybarthemes {
margin-right: 23px; margin-right: 23px;
@ -172,10 +172,18 @@ window#waybar.empty #window {
color: @iconcolor; color: @iconcolor;
} }
#custom-waybarthemes, #custom-settings, #custom-system { #custom-system {
margin-right:15px; margin-right:15px;
} }
#custom-wallpaper {
margin-right:25px;
}
#custom-waybarthemes, #custom-settings {
margin-right:20px;
}
/* ----------------------------------------------------- /* -----------------------------------------------------
* Idle Inhibator * Idle Inhibator
* ----------------------------------------------------- */ * ----------------------------------------------------- */