fix "my name is" font size and download z index

This commit is contained in:
Rhiannon Morris 2025-01-01 00:40:43 +01:00
parent ddc36a9eea
commit a4f3877b78

View file

@ -205,6 +205,7 @@ $button-fg: oklch(0.98 0.1 var(--c-hue));
@include history-box;
position: absolute;
top: 0; left: 0;
font-size: 150%;
display: grid;
grid-template: "a c" "b c" / auto min-content;
gap: 0 15px;
@ -281,7 +282,7 @@ $button-fg: oklch(0.98 0.1 var(--c-hue));
@layer layering {
#main { z-index: 0; }
#aux { z-index: 1; }
#buttons, #palette-holder, #back, #showui { z-index: 2; }
#buttons, #palette-holder, #back, #showui, #download-button { z-index: 2; }
#history-close-target { z-index: 3; }
#history { z-index: 4; }
}