mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update schedules direct
This commit is contained in:
parent
4acfe20470
commit
a07e6b59a3
35 changed files with 215 additions and 314 deletions
|
@ -147,6 +147,23 @@
|
|||
position: relative;
|
||||
top: 1px;
|
||||
white-space: nowrap;
|
||||
max-width: 100px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@media all and (min-width: 500px) {
|
||||
|
||||
.libraryMenuButtonText {
|
||||
max-width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
|
||||
.libraryMenuButtonText {
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
.logoLibraryMenuButtonText {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
|
||||
.nowPlayingText {
|
||||
display: inline-block;.
|
||||
display: inline-block;
|
||||
font-weight: normal;
|
||||
position: relative;
|
||||
top: -7px;
|
||||
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
.mediaButton.active {
|
||||
color: #2ad;
|
||||
color: #52B54B;
|
||||
}
|
||||
|
||||
@media (min-width: 500px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue