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

Update src/components/remotecontrol/remotecontrol.css

Fix for smaller screen volume button under bottom bar

Co-Authored-By: Fernando <ferferga@users.noreply.github.com>
This commit is contained in:
Samuel 2020-04-12 12:49:50 -04:00 committed by GitHub
parent 3ab01d471f
commit 35a12f6022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,6 +163,7 @@
-webkit-box-pack: end; -webkit-box-pack: end;
-webkit-justify-content: flex-end; -webkit-justify-content: flex-end;
justify-content: flex-end; justify-content: flex-end;
z-index: 0;
} }
@media all and (min-width: 63em) { @media all and (min-width: 63em) {