1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

refactor: Remove unnecessary 'height'

It is better to use `flex-grow` to grow the element.
This commit is contained in:
Dmitry Lyzo 2022-02-28 22:45:18 +03:00
parent c4f81a9bdd
commit bce24b26ba

View file

@ -410,7 +410,6 @@
.nowPlayingButtonsContainer { .nowPlayingButtonsContainer {
display: flex; display: flex;
height: 100%;
flex-direction: column; flex-direction: column;
} }
} }