mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rename web client tab
This commit is contained in:
parent
6a2085d68b
commit
f515eab01b
47 changed files with 287 additions and 174 deletions
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
.largeCardMargin .cardBox {
|
||||
margin: 7px;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
/*@media all and (max-width: 600px) {
|
||||
|
@ -184,7 +184,6 @@
|
|||
text-wrap: none;
|
||||
white-space: nowrap;
|
||||
padding: 5px 4px 2px;
|
||||
text-shadow: none;
|
||||
font-weight: 400;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
text-align: left;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
text-shadow: none!important;
|
||||
}
|
||||
|
||||
.stretchedDetailTable {
|
||||
|
|
|
@ -1477,3 +1477,31 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
padding-left: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.latestChannelItemsDisabled .latestChannelItemsTab {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.studioTabDisabled .tvStudiosTab, .studioTabDisabled .movieStudiosTab {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.peopleTabDisabled .tvPeopleTab, .peopleTabDisabled .moviePeopleTab {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.tvEpisodesTabDisabled .tvEpisodesTab {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.musicSongsTabDisabled .musicSongsTab {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.musicArtistsTabDisabled .musicArtistsTab {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.homeLatestTabDisabled .homeLatestTab {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
@ -385,7 +385,6 @@ h1 .imageLink {
|
|||
padding: .6em 20px .6em 0;
|
||||
text-decoration: none;
|
||||
color: inherit !important;
|
||||
text-shadow: none !important;
|
||||
font-weight: 500 !important;
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
|
@ -625,7 +624,6 @@ h1 .imageLink {
|
|||
}
|
||||
|
||||
.footerNotification {
|
||||
text-shadow: none;
|
||||
padding: .75em 1em;
|
||||
margin: 0;
|
||||
font-weight: normal;
|
||||
|
@ -1131,3 +1129,27 @@ h1 + .accentButton {
|
|||
/* One less than jqm loading spinner, so we can combine them */
|
||||
z-index: 9999998;
|
||||
}
|
||||
|
||||
.nativeApp * {
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
-moz-touch-callout: none;
|
||||
-ms-touch-callout: none;
|
||||
touch-callout: none;
|
||||
-webkit-user-drag: none;
|
||||
-moz-user-drag: none;
|
||||
-ms-user-drag: none;
|
||||
user-drag: none;
|
||||
}
|
||||
|
||||
.nativeApp input {
|
||||
-webkit-user-select: auto !important;
|
||||
-khtml-user-select: auto !important;
|
||||
-moz-user-select: auto !important;
|
||||
-ms-user-select: auto !important;
|
||||
user-select: auto !important;
|
||||
}
|
||||
|
|
|
@ -383,7 +383,6 @@
|
|||
|
||||
.posterItem {
|
||||
margin: 5px 5px;
|
||||
text-shadow: none;
|
||||
font-weight: normal !important;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
@ -403,6 +402,5 @@
|
|||
text-wrap: none;
|
||||
white-space: nowrap;
|
||||
padding: 5px 4px 4px;
|
||||
text-shadow: none;
|
||||
font-weight: 400;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue