New backup 2025-06-30 15:00:02

This commit is contained in:
Penelope Gwen 2025-06-30 15:00:02 -07:00
parent 8b20154c07
commit 3583eb0513
3 changed files with 4 additions and 3 deletions

View file

@ -15,8 +15,9 @@ $bar-module-border-radius: 8px;
// Global Styles // Global Styles
.bar { .bar {
background-color: $color5;
font-size: 1em; font-size: 1em;
padding: 0px; padding: 10px 0px;
margin: 0px 15px; margin: 0px 15px;
>box>button { >box>button {
&:hover{ &:hover{

View file

@ -4,8 +4,8 @@
:windowtype "dock" :windowtype "dock"
:exclusive true :exclusive true
:geometry (geometry :x "0%" :geometry (geometry :x "0%"
;; :y "0%" :y "0%"
:y "10px" ;; :y "10px"
:width "100%" :width "100%"
:height "30px" :height "30px"
:anchor "top center") :anchor "top center")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 KiB

After

Width:  |  Height:  |  Size: 24 KiB