fix "my name is" font size and download z index
This commit is contained in:
parent
ddc36a9eea
commit
a4f3877b78
1 changed files with 2 additions and 1 deletions
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue