1
0
Fork 0
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:
Luke Pulverenti 2014-10-29 19:03:58 -04:00
parent 6b72ea474c
commit 8397d91863
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
}
.libraryPage:not(.metadataEditorPage):not(.noSecondaryNavPage) {
padding-top: 95px !important;
padding-top: 98px !important;
}
.libraryMenuDivider {
@ -155,7 +155,7 @@
}
.libraryViewNav {
height: 45px;
height: 48px;
overflow: hidden;
position: fixed;
right: 0;
@ -322,7 +322,7 @@
margin: 0 0;
position: relative;
font-weight: normal;
border-bottom: 4px solid transparent;
border-bottom: 5px solid transparent;
}
.libraryViewNav a:not(.ui-btn-active):hover {
@ -331,7 +331,7 @@
.libraryViewNavLinkContent {
display: inline-block;
padding: 1px 13px 1px 13px;
padding: 2px 13px 2px 13px;
}
@media all and (max-width: 500px) {

View file

@ -537,7 +537,7 @@
// Find the first server with a saved access token
var currentServer = servers.filter(function (s) {
return s.AccessToken || (s.ExchangeToken && self.connectUser());
return s.AccessToken;
})[0];
if (currentServer) {