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

This commit is contained in:
2025-05-15 12:11:25 +05:30
parent 032d6e80a4
commit 5c896e11a8

View File

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