mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix video player time display
This commit is contained in:
parent
e88f66812d
commit
939e545723
21 changed files with 149 additions and 115 deletions
|
@ -53,11 +53,17 @@
|
|||
position: fixed !important;
|
||||
bottom: 0;
|
||||
height: auto !important;
|
||||
/* Need to reset this because it causes the entire panel to be draggable in safari */
|
||||
box-sizing: initial !important;
|
||||
}
|
||||
|
||||
.verticalScrollingDrawer {
|
||||
overflow-y: auto !important;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow-x: hidden;
|
||||
/* Need to reset this because it causes the entire panel to be draggable in safari */
|
||||
box-sizing: initial !important;
|
||||
}
|
||||
|
||||
.dragging .mainDrawerPanel #drawer {
|
||||
}
|
||||
|
||||
.mainDrawerPanel #main {
|
||||
|
|
|
@ -749,10 +749,6 @@ h1 .imageLink {
|
|||
padding-bottom: 160px;
|
||||
}
|
||||
|
||||
.dashboardPanel .ui-panel-inner {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.appLinks a {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
|
|
@ -77,13 +77,4 @@
|
|||
.smallPosterTileItem {
|
||||
width: 30.5%;
|
||||
}
|
||||
}
|
||||
|
||||
.posterItemText {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
text-wrap: none;
|
||||
white-space: nowrap;
|
||||
padding: 5px 4px 4px;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue