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:
parent
c4f81a9bdd
commit
bce24b26ba
1 changed files with 0 additions and 1 deletions
|
@ -410,7 +410,6 @@
|
||||||
|
|
||||||
.nowPlayingButtonsContainer {
|
.nowPlayingButtonsContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue