mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix nuget targets
This commit is contained in:
parent
6b72ea474c
commit
8397d91863
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.libraryPage:not(.metadataEditorPage):not(.noSecondaryNavPage) {
|
.libraryPage:not(.metadataEditorPage):not(.noSecondaryNavPage) {
|
||||||
padding-top: 95px !important;
|
padding-top: 98px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.libraryMenuDivider {
|
.libraryMenuDivider {
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.libraryViewNav {
|
.libraryViewNav {
|
||||||
height: 45px;
|
height: 48px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -322,7 +322,7 @@
|
||||||
margin: 0 0;
|
margin: 0 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
border-bottom: 4px solid transparent;
|
border-bottom: 5px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.libraryViewNav a:not(.ui-btn-active):hover {
|
.libraryViewNav a:not(.ui-btn-active):hover {
|
||||||
|
@ -331,7 +331,7 @@
|
||||||
|
|
||||||
.libraryViewNavLinkContent {
|
.libraryViewNavLinkContent {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 1px 13px 1px 13px;
|
padding: 2px 13px 2px 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 500px) {
|
@media all and (max-width: 500px) {
|
||||||
|
|
|
@ -537,7 +537,7 @@
|
||||||
|
|
||||||
// Find the first server with a saved access token
|
// Find the first server with a saved access token
|
||||||
var currentServer = servers.filter(function (s) {
|
var currentServer = servers.filter(function (s) {
|
||||||
return s.AccessToken || (s.ExchangeToken && self.connectUser());
|
return s.AccessToken;
|
||||||
})[0];
|
})[0];
|
||||||
|
|
||||||
if (currentServer) {
|
if (currentServer) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue