Fix rendering on webkit
This commit is contained in:
parent
38763aff09
commit
69dbd9fa7b
13 changed files with 252 additions and 282 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue