Fix tabs not transitioning on first click

This commit is contained in:
Freeplay 2023-05-23 13:56:29 -04:00
parent 997f7db12b
commit d3bf1778e4

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;