refactor: Update min-width property in controls-player-container for better layout handling

This commit is contained in:
Vishnu 2025-05-15 12:11:25 +05:30
parent 032d6e80a4
commit 5c896e11a8
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@
transition: all 0.2s; transition: all 0.2s;
&.hide { &.hide {
min-width: none; min-width: auto;
width: 92px; width: 92px;
} }