mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update auto-organize styles
This commit is contained in:
parent
10567bd881
commit
f388b62398
4 changed files with 7 additions and 6 deletions
|
@ -150,6 +150,7 @@
|
|||
<li>
|
||||
<input type="checkbox" id="chkDeleteEmptyFolders" name="chkDeleteEmptyFolders" />
|
||||
<label for="chkDeleteEmptyFolders">Delete empty folders after organizing</label>
|
||||
<div class="fieldDescription">Enable this to keep the download directory clean.</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
@ -462,13 +462,13 @@ a.itemTag:hover {
|
|||
}
|
||||
|
||||
.parentName {
|
||||
font-size: 15px;
|
||||
font-size: 14px;
|
||||
display: block;
|
||||
margin-bottom: .4em;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.inlineItemName {
|
||||
font-size: 20px;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.itemName + .itemMiscInfo {
|
||||
|
|
|
@ -45,8 +45,8 @@ body {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 300;
|
||||
font-size: 2.22em;
|
||||
font-weight: 400;
|
||||
font-size: 1.8em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
var query = {
|
||||
|
||||
StartIndex: 0,
|
||||
Limit: 50
|
||||
Limit: 30
|
||||
};
|
||||
|
||||
var currentResult;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue