mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce text on filter buttons
This commit is contained in:
parent
df515330ba
commit
eaf0e65608
22 changed files with 81 additions and 78 deletions
|
@ -7,9 +7,9 @@
|
|||
padding-top: 48px !important;
|
||||
}
|
||||
|
||||
.libraryPage:not(.metadataEditorPage):not(#indexPage):not(#boxsetsPage) {
|
||||
padding-top: 91px !important;
|
||||
}
|
||||
.libraryPage:not(.metadataEditorPage):not(#indexPage):not(#boxsetsPage):not(#itemListPage) {
|
||||
padding-top: 91px !important;
|
||||
}
|
||||
|
||||
.ui-panel fieldset + fieldset {
|
||||
margin-top: 2em;
|
||||
|
@ -651,6 +651,10 @@ a.itemTag:hover {
|
|||
height: 7px;
|
||||
}
|
||||
|
||||
.viewControls, .listTopPaging {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
.inlineDetailSection:not(.hide) {
|
||||
display: inline-block;
|
||||
|
@ -736,6 +740,7 @@ a.itemTag:hover {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
|
||||
.viewMenuLink {
|
||||
|
@ -763,16 +768,6 @@ a.itemTag:hover {
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
.viewControls, .listTopPaging {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.viewControls + .listTopPaging {
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
.detailPageContent {
|
||||
max-width: 900px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue