adjust padding

This commit is contained in:
Benjamin Palko 2025-07-04 11:58:20 -04:00
parent 47cd7660ab
commit 27a263142f

View file

@ -183,12 +183,14 @@ popover > contents {
window.Bar { window.Bar {
background: transparent; background: transparent;
padding: 4px; padding: 8px 8px 2px 8px;
> centerbox { > centerbox {
border-radius: 8px; border-radius: 8px;
background-color: $base300; background-color: $base300;
border: 2px solid $base100;
box-shadow: 0 0 10px rgba($color: $base100, $alpha: 0.5);
// background: rgba($color: $base300, $alpha: 0.75); // background: rgba($color: $base300, $alpha: 0.75);
// border-bottom: 4px solid $base200; // border-bottom: 4px solid $base200;