Fix tabs not transitioning on first click

This commit is contained in:
Freeplay 2023-05-23 13:56:29 -04:00
parent 8213ba42ee
commit e04562cdc8
1 changed files with 1 additions and 1 deletions

View File

@ -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;