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

fixed user data icon wrapping

This commit is contained in:
Luke Pulverenti 2013-05-18 18:48:19 -04:00
parent bfab5f2404
commit fca737be13
3 changed files with 41 additions and 45 deletions

View file

@ -379,6 +379,13 @@ a.itemTag:hover {
overflow: hidden;
}
@media all and (min-width: 600px) {
.inlineDetailSection:not(.hide) {
display: inline-block;
margin-bottom: 2em;
}
}
@media all and (max-width: 750px) {
.itemBackdrop {
@ -425,9 +432,6 @@ a.itemTag:hover {
}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 650px) {
.libraryPage .ui-content {
padding: 15px 20px 100px;