mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add requirejs
This commit is contained in:
parent
03ca18cf4f
commit
4e71751d0f
20 changed files with 379 additions and 520 deletions
|
@ -1,7 +1,7 @@
|
|||
/* Now playing bar */
|
||||
.nowPlayingBar {
|
||||
padding: 16px 0 16px 0;
|
||||
border-top: 2px solid green;
|
||||
border-top: 1px solid #444;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -624,7 +624,7 @@ h1 .imageLink {
|
|||
}
|
||||
|
||||
.footerOverBottomTabs {
|
||||
bottom: 50px;
|
||||
bottom: 51px !important;
|
||||
}
|
||||
|
||||
.footerNotification {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue