diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-28 12:32:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 12:32:38 +0900 |
| commit | 58b479764ff992e7f988c850670066228ff07705 (patch) | |
| tree | 1d306c9b320690c4a9eea61765d54b34388f3ab6 /config/waybar/style/Rose-Pine.css | |
| parent | f94e75d6936f57961c132b2908eb6425ae02f1dc (diff) | |
| parent | 732c9585631a93fb2f319ab76cec28ce48dd5985 (diff) | |
Merge pull request #39 from JaKooLit/v2.1.11
V2.1.11
Diffstat (limited to 'config/waybar/style/Rose-Pine.css')
| -rw-r--r-- | config/waybar/style/Rose-Pine.css | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/config/waybar/style/Rose-Pine.css b/config/waybar/style/Rose-Pine.css index 613e3d4b..8df0c9fb 100644 --- a/config/waybar/style/Rose-Pine.css +++ b/config/waybar/style/Rose-Pine.css @@ -36,8 +36,6 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - margin-top: 3px; - margin-bottom: 3px; padding-left: 3px; padding-right: 3px; color: @main-fg; @@ -48,10 +46,8 @@ tooltip { #workspaces button.active { background: @wb-act-bg; color: @wb-act-fg; - margin-left: 3px; padding-left: 12px; padding-right: 12px; - margin-right: 3px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -70,8 +66,6 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - margin-top: 3px; - margin-bottom: 3px; padding-left: 3px; padding-right: 3px; color: @wb-color; @@ -82,10 +76,8 @@ tooltip { #taskbar button.active { background: @wb-act-bg; color: @wb-act-color; - margin-left: 3px; padding-left: 12px; padding-right: 12px; - margin-right: 3px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -148,8 +140,8 @@ tooltip { color: @main-fg; background: @main-bg; opacity: 1; - padding-top: 2px; - padding-bottom: 2px; + padding-top: 3px; + padding-bottom: 3px; padding-left: 6px; padding-right: 6px; } |
