mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
ease up on person info downloading
This commit is contained in:
parent
9ac1ae7f6b
commit
89a83ba77e
2 changed files with 3 additions and 13 deletions
|
@ -102,14 +102,8 @@
|
|||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.libraryPage .ui-content {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@media all and (max-width: 400px) {
|
||||
.libraryPage .ui-content {
|
||||
padding: 10px 0;
|
||||
}
|
||||
.libraryPage > .ui-content {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.libraryPage, .libraryPage .itemListContent {
|
||||
|
@ -625,10 +619,6 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
.libraryPage .ui-content {
|
||||
padding: 15px 20px 100px;
|
||||
}
|
||||
|
||||
.viewControls, .listTopPaging {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
<h3 style="margin: .5em 0;">Browse Online Images</h3>
|
||||
</div>
|
||||
|
||||
<div data-role="content" class="ui-content" style="padding: 5px 15px;">
|
||||
<div data-role="content">
|
||||
|
||||
<div style="text-align: center;">
|
||||
<div style="margin: 0; display: inline-block;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue