mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add sharing function
This commit is contained in:
parent
93ad16971d
commit
54afe9d0c2
22 changed files with 17346 additions and 17048 deletions
|
@ -56,12 +56,21 @@
|
|||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.pageWithAbsoluteTabs .pageTabContent {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1200px) {
|
||||
|
||||
.libraryPage > .ui-content {
|
||||
padding-left: .5em !important;
|
||||
padding-right: .5em !important;
|
||||
}
|
||||
|
||||
.pageWithAbsoluteTabs .pageTabContent {
|
||||
padding-left: .5em !important;
|
||||
padding-right: .5em !important;
|
||||
}
|
||||
}
|
||||
|
||||
.libraryPage .currentUsername {
|
||||
|
|
|
@ -171,7 +171,6 @@
|
|||
}
|
||||
|
||||
.libraryViewNav {
|
||||
height: 49px;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
|
@ -189,30 +188,32 @@
|
|||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.libraryViewNav .material-icons {
|
||||
display: none;
|
||||
}
|
||||
.libraryViewNavWithMinHeight {
|
||||
min-height: 48px;
|
||||
}
|
||||
|
||||
.viewMenuBar, .libraryViewNav {
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
.paperLibraryViewNav {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.libraryViewNav .material-icons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bottomSecondaryNav .libraryViewNav {
|
||||
top: initial;
|
||||
bottom: 0;
|
||||
border-top: 1px solid #444;
|
||||
height: 51px;
|
||||
}
|
||||
|
||||
.viewMenuBar {
|
||||
background-color: #111;
|
||||
.libraryViewNav::-webkit-scrollbar {
|
||||
height: 0 !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.libraryViewNav {
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
.libraryViewNav::-webkit-scrollbar {
|
||||
height: 0 !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.viewMenuLink {
|
||||
text-decoration: none;
|
||||
color: #eee !important;
|
||||
|
@ -253,12 +254,7 @@
|
|||
background-color: #212121;
|
||||
}
|
||||
|
||||
.libraryViewNav:not(.paperLibraryViewNav) .ui-btn-active {
|
||||
border-bottom-color: #38c;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.libraryViewNav:not(.paperLibraryViewNav) a {
|
||||
.libraryViewNav a {
|
||||
display: inline-block;
|
||||
padding: 14px 13px 11px;
|
||||
color: rgba(255,255,255,.8) !important;
|
||||
|
@ -266,37 +262,26 @@
|
|||
margin: 0 0;
|
||||
position: relative;
|
||||
font-weight: normal;
|
||||
border-bottom: 5px solid transparent;
|
||||
border-bottom: 4px solid transparent;
|
||||
}
|
||||
|
||||
.paperLibraryViewNav a {
|
||||
color: #ddd !important;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
line-height: 48px;
|
||||
.libraryViewNav .ui-btn-active {
|
||||
border-bottom-color: #38c;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.paperLibraryViewNav .iron-selected a {
|
||||
.libraryViewNav .iron-selected a {
|
||||
color: inherit !important;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.basicPaperLibraryTabs .libraryViewNav .tab-content {
|
||||
border-bottom: 6px solid transparent;
|
||||
}
|
||||
|
||||
.basicPaperLibraryTabs .libraryViewNav .iron-selected .tab-content {
|
||||
border-bottom: 6px solid #38c;
|
||||
}
|
||||
|
||||
.basicPaperLibraryTabs .libraryViewNav paper-tabs {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.libraryViewNav:not(.paperLibraryViewNav) a:not(.ui-btn-active):hover {
|
||||
color: #2ad !important;
|
||||
.libraryViewNav a:not(.ui-btn-active):hover {
|
||||
color: #2ad;
|
||||
}
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
|
|
|
@ -494,9 +494,14 @@ h1 a:hover {
|
|||
transform: translateY(-100%);
|
||||
}
|
||||
|
||||
.libraryViewNav.headroom--unpinned:not(.headroomDisabled) {
|
||||
-webkit-transform: translateY(-200%);
|
||||
transform: translateY(-200%);
|
||||
.libraryViewNav:not(.paperLibraryViewNav).headroom--unpinned:not(.headroomDisabled) {
|
||||
-webkit-transform: translateY(-203.5%);
|
||||
transform: translateY(-203.5%);
|
||||
}
|
||||
|
||||
.paperLibraryViewNav.headroom--unpinned:not(.headroomDisabled) {
|
||||
-webkit-transform: translateY(-203.5%);
|
||||
transform: translateY(-203.5%);
|
||||
}
|
||||
|
||||
.largePanel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue