refactor: Remove unnecessary 'height'
It is better to use `flex-grow` to grow the element.
This commit is contained in:
@@ -410,7 +410,6 @@
|
||||
|
||||
.nowPlayingButtonsContainer {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user