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;
|
@include history-box;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0; left: 0;
|
top: 0; left: 0;
|
||||||
|
font-size: 150%;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template: "a c" "b c" / auto min-content;
|
grid-template: "a c" "b c" / auto min-content;
|
||||||
gap: 0 15px;
|
gap: 0 15px;
|
||||||
|
@ -281,7 +282,7 @@ $button-fg: oklch(0.98 0.1 var(--c-hue));
|
||||||
@layer layering {
|
@layer layering {
|
||||||
#main { z-index: 0; }
|
#main { z-index: 0; }
|
||||||
#aux { z-index: 1; }
|
#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-close-target { z-index: 3; }
|
||||||
#history { z-index: 4; }
|
#history { z-index: 4; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue