mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Fix tabs not transitioning on first click
This commit is contained in:
parent
997f7db12b
commit
d3bf1778e4
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ onUnmounted(() => {
|
|||
opacity: 0.7;
|
||||
overflow: hidden;
|
||||
transition: color 0.2s, opacity 0.2s, width 0.2s, min-width 0.2s;
|
||||
--width: max-content;
|
||||
--width: 38px;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
|
|
Loading…
Reference in a new issue