diff options
Diffstat (limited to 'styles/navbar.css')
-rw-r--r-- | styles/navbar.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/styles/navbar.css b/styles/navbar.css index 5866b8f..baf9fd6 100644 --- a/styles/navbar.css +++ b/styles/navbar.css @@ -9,3 +9,28 @@ bottom: -4px; left: 0; } + +.navbar { + width: 48px; + line-height: 0; + overflow: visible; + white-space: nowrap; + z-index: 2; +} + +.navbar .bottomArea .item.notifications { + overflow: visible; +} + +.navbar .bottomArea .item.notifications > .iconWrapper { + cursor: pointer; +} + +.notifications .notificationDot { + background-color: var(--accent); + width: 8px; + height: 8px; + border-radius: 4px; + top: 2px; + right: 2px; +} |