mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -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;
|
opacity: 0.7;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: color 0.2s, opacity 0.2s, width 0.2s, min-width 0.2s;
|
transition: color 0.2s, opacity 0.2s, width 0.2s, min-width 0.2s;
|
||||||
--width: max-content;
|
--width: 38px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue