mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv database
This commit is contained in:
parent
8e0dc6d8e4
commit
d4abbd5560
9 changed files with 116 additions and 25 deletions
|
@ -36,7 +36,7 @@
|
|||
top: 0;
|
||||
}
|
||||
|
||||
@media all and (max-width: 740px) {
|
||||
@media all and (max-width: 600px) {
|
||||
.headerSelectedPlayer {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
.flyoutNotification {
|
||||
border-top: 1px solid #444;
|
||||
border-top: 1px solid #404040;
|
||||
padding: 0 0 .5em;
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
|
||||
.flyoutNotification:last-child {
|
||||
border-bottom: 1px solid #444;
|
||||
border-bottom: 1px solid #404040;
|
||||
}
|
||||
|
||||
.flyoutNotification a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue