refactor: Update min-width property in controls-player-container for better layout handling
This commit is contained in:
parent
032d6e80a4
commit
5c896e11a8
|
@ -379,7 +379,7 @@
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
|
|
||||||
&.hide {
|
&.hide {
|
||||||
min-width: none;
|
min-width: auto;
|
||||||
width: 92px;
|
width: 92px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue