1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
tikuf 2014-04-09 16:44:07 +10:00
commit 1a56ea5c0a
49 changed files with 522 additions and 345 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Before After
Before After

View file

@ -537,6 +537,10 @@ a.itemTag:hover {
padding: 0 1em;
}
.mobileDetailButtons {
display: none;
}
.libraryPage ::-webkit-scrollbar {
width: 12px;
height: 12px;
@ -598,7 +602,7 @@ a.itemTag:hover {
}
.libraryPanelHeader {
margin: 10px 0 20px 0;
margin: 5px 0 25px 0;
}
.libraryPanelHeader a {
@ -722,11 +726,11 @@ a.itemTag:hover {
margin-top: 0;
}
.mobileOverview, .mobileGenres {
.mobileOverview, .mobileGenres, .mobileDetailButtons {
display: block;
}
.desktopOverview, .desktopGenres {
.desktopOverview, .desktopGenres, .desktopDetailButtons {
display: none;
}

View file

@ -299,7 +299,6 @@ h1 .imageLink {
padding: .75em .5em .75em 1.25em;
display: block;
text-decoration: none;
font-size: 14px;
color: #fff!important;
font-weight: normal !important;
}
@ -327,7 +326,7 @@ h1 .imageLink {
}
.appLinks img {
height: 30px;
height: 32px;
}
.activeDevicesCollapsible .ui-collapsible-content {