Fix rendering on webkit

This commit is contained in:
damii 2024-11-17 22:15:46 +11:00
parent 38763aff09
commit 69dbd9fa7b
13 changed files with 252 additions and 282 deletions

View file

@ -20,7 +20,7 @@
left: 2px;
right: 2px;
height: 3px;
background-color: hsla(var(--accent-400) / 0.3);
background-color: hsl(var(--accent-400) / 0.3);
z-index: -1;
}
}
@ -64,7 +64,9 @@
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.3s, opacity 0.3s;
transition:
background-color 0.3s,
opacity 0.3s;
z-index: 10;
user-select: none;
align-items: stretch;
@ -93,7 +95,9 @@
&:hover {
cursor: pointer;
& > div { opacity: 0.9 }
& > div {
opacity: 0.9;
}
}
}