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

add additional view settings

This commit is contained in:
Luke Pulverenti 2014-07-01 00:06:28 -04:00
parent d1a36e7c73
commit 9eecd4a9f8
4 changed files with 27 additions and 5 deletions

View file

@ -40,7 +40,7 @@
.videoTopControls {
padding: .7em 1em;
background-color: rgba(0, 0, 0, .5);
position: fixed;
position: absolute;
left: 0;
top: 0;
right: 0;
@ -50,7 +50,6 @@
.videoAdvancedControls {
text-align: right;
vertical-align: top;
float: right;
}
.videoControls .currentTime {