1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

adjust tile styles

This commit is contained in:
Luke Pulverenti 2013-12-23 10:26:36 -05:00
parent 89a83ba77e
commit b9d90edfb2
9 changed files with 80 additions and 62 deletions

View file

@ -103,7 +103,7 @@
}
.libraryPage > .ui-content {
padding: 10px 0;
padding: 10px 0px;
}
.libraryPage, .libraryPage .itemListContent {
@ -379,14 +379,14 @@ a.itemTag:hover {
.lnkSibling {
position: absolute;
bottom: 240px;
top: 10px;
text-decoration: none;
color: #fff!important;
font-weight: normal!important;
display: none;
background-color: rgba(0,0,0,0.6);
border-radius: 3px;
padding: 3px 5px;
color: #ddd!important;
background-color: transparent;
padding: 0;
}
.lnkSibling:hover {
@ -597,14 +597,6 @@ a.itemTag:hover {
.lnkSibling:not(.hide) {
display: block;
}
.lnkSibling {
bottom: 270px;
}
.noBackdrop .lnkSibling {
bottom: 260px;
}
}
@media all and (min-width: 1000px) {
@ -612,10 +604,6 @@ a.itemTag:hover {
.itemBackdrop {
background-size: 100% auto;
}
.noBackdrop .lnkSibling {
bottom: 205px;
}
}
@media all and (min-width: 650px) {
@ -639,6 +627,20 @@ a.itemTag:hover {
}
}
@media all and (min-width: 800px) {
.ehsContent {
max-width: 700px;
}
}
@media all and (min-width: 900px) {
.ehsContent {
max-width: 880px;
}
}
@media all and (min-width: 1000px) {
.ehsContent {
@ -671,14 +673,6 @@ a.itemTag:hover {
@media all and (min-width: 1440px) {
.lnkSibling {
bottom: 205px;
color: #ddd!important;
background-color: transparent;
border-radius: 0;
padding: 0;
}
.ehsContent {
max-width: 980px;
}