Added media, menu, network and power modules to bar.

This commit is contained in:
Jas Singh
2024-06-09 03:44:16 -07:00
parent 6ff50006f2
commit 3579e563b8
17 changed files with 156 additions and 27 deletions

View File

@@ -2,16 +2,14 @@
.bar {
background: $mantle;
}
.bar * {
font-weight: bold;
font-size: 1.15rem;
font-weight: 800;
}
.bar_item_box_visible {
background: $surface0;
border-radius: 8px;
padding: 1px 12px;
padding: 2px 12px;
margin: 6px 3px;
}