This commit is contained in:
cay 2026-04-09 19:09:21 +01:00
parent 6be83f599e
commit 01aa316a1e

View File

@ -302,7 +302,7 @@ body {
bottom: 0;
left: 0;
right: 0;
height: calc(var(--s) * 160);
height: calc(var(--s) * 185);
background: linear-gradient(
to top,
rgba(0, 0, 0, 0.82) 0%,
@ -403,13 +403,13 @@ body {
.hand-area {
display: flex;
gap: calc(var(--s) * 8);
align-items: flex-end;
align-items: center;
flex: 1;
justify-content: center;
}
.hand-slot {
width: calc(var(--s) * 95);
height: calc(var(--s) * 145);
height: calc(var(--s) * 155);
border-radius: calc(var(--s) * 9);
border: 2px dashed rgba(255, 215, 80, 0.35);
background: rgba(0, 0, 0, 0.4);