mirror of
https://github.com/SupertigerDev/waybar-online.git
synced 2026-03-24 08:06:37 +00:00
27 lines
251 B
CSS
27 lines
251 B
CSS
|
|
#waybar {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.modules {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
#modules-left {
|
||
|
|
}
|
||
|
|
#modules-center {
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
#modules-right {
|
||
|
|
}
|
||
|
|
|
||
|
|
html,
|
||
|
|
body {
|
||
|
|
padding: 0;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.module {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|