mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
stub out channel mapping
This commit is contained in:
parent
1da301d7e5
commit
59b4199fc0
13 changed files with 253 additions and 53 deletions
|
@ -1108,15 +1108,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 650px) {
|
||||
|
||||
.vertical.alphabetPicker .alphaPickerButton {
|
||||
padding-top: 2px !important;
|
||||
padding-bottom: 2px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 600px) {
|
||||
@media all and (max-height: 700px) {
|
||||
|
||||
.vertical.alphabetPicker .alphaPickerButton {
|
||||
padding-top: 1px !important;
|
||||
|
@ -1124,7 +1116,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 550px) {
|
||||
@media all and (max-height: 600px) {
|
||||
|
||||
.vertical.alphabetPicker .alphaPickerButton {
|
||||
padding-top: 0 !important;
|
||||
|
|
|
@ -446,7 +446,7 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.dashboardDocument .btnCast {
|
||||
.dashboardDocument .btnCast, .dashboardDocument .headerSelectedPlayer {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue