From e79fa091cfbdbd9dfe2ed19a0a5f92604047b0a9 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sun, 2 Mar 2025 17:56:12 +0300 Subject: feat: basic tray and improved workspaces buttons --- style.scss | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 08bcbbf..8cd0453 100644 --- a/style.scss +++ b/style.scss @@ -9,7 +9,7 @@ window.Bar { color: #fff; >box { - padding: 4px 0; + padding: 0; } } @@ -22,14 +22,11 @@ box.Workspaces { border-radius: 5px; border: none; - margin: 2px 4px; + margin: 5px 2px; padding: 0; background: #ccc; transition: min-width 2s ease-in-out; - // transition-property: min-width; - // transition-duration: 2s; - // transition-timing-function: ease-out; &.active { min-width: 25px; @@ -40,3 +37,24 @@ box.Workspaces { } } } + +box.Tray { + margin-right: 5px; + + button { + margin: 0; + padding: 1px; + border: none; + border-radius: 0; + min-width: 10px; + min-height: 10px; + + background: #000; + } +} + + +window.Notifications { + background-color: #000; + color: #fff; +} -- cgit v1.2.3-70-g09d2