mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update guide
This commit is contained in:
parent
f5a9a7c6bf
commit
e5119016fc
17 changed files with 202 additions and 95 deletions
|
@ -82,6 +82,7 @@
|
|||
.videoOsdBottom .buttons {
|
||||
padding: .25em 0 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
@ -153,6 +154,26 @@
|
|||
right: 0;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
@media all and (max-width:600px) {
|
||||
.osdPoster {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.videoOsdBottom .paper-icon-button-light {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.videoOsdBottom .volumeButtons {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 1200px) {
|
||||
.videoOsdBottom .endsAtText {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class="pageContainer flex">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue