mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update editor css
This commit is contained in:
parent
af7ca94f40
commit
7e64a5b6f6
2 changed files with 1 additions and 28 deletions
|
@ -404,10 +404,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popupIdentify form, .identificationSearchResults {
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.collectionItemSearchResults {
|
.collectionItemSearchResults {
|
||||||
max-height: 65%;
|
max-height: 65%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
@ -416,10 +412,6 @@
|
||||||
|
|
||||||
@media all and (min-height: 500px) {
|
@media all and (min-height: 500px) {
|
||||||
|
|
||||||
.popupIdentify form, .identificationSearchResults {
|
|
||||||
height: 350px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subtitleViewerContent {
|
.subtitleViewerContent {
|
||||||
height: 400px;
|
height: 400px;
|
||||||
}
|
}
|
||||||
|
@ -427,10 +419,6 @@
|
||||||
|
|
||||||
@media all and (min-height: 600px) {
|
@media all and (min-height: 600px) {
|
||||||
|
|
||||||
.popupIdentify form, .identificationSearchResults {
|
|
||||||
height: 450px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.collectionItemSearchResults {
|
.collectionItemSearchResults {
|
||||||
max-height: 70%;
|
max-height: 70%;
|
||||||
}
|
}
|
||||||
|
@ -442,10 +430,6 @@
|
||||||
|
|
||||||
@media all and (min-height: 700px) {
|
@media all and (min-height: 700px) {
|
||||||
|
|
||||||
.popupIdentify form, .identificationSearchResults {
|
|
||||||
height: 550px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.collectionItemSearchResults {
|
.collectionItemSearchResults {
|
||||||
max-height: 75%;
|
max-height: 75%;
|
||||||
}
|
}
|
||||||
|
@ -457,18 +441,7 @@
|
||||||
|
|
||||||
@media all and (min-height: 800px) {
|
@media all and (min-height: 800px) {
|
||||||
|
|
||||||
.popupIdentify form, .identificationSearchResults {
|
|
||||||
height: 600px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.collectionItemSearchResults {
|
.collectionItemSearchResults {
|
||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-height: 900px) {
|
|
||||||
|
|
||||||
.popupIdentify form, .identificationSearchResults {
|
|
||||||
height: 700px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -837,7 +837,7 @@ h1 .imageLink {
|
||||||
}
|
}
|
||||||
|
|
||||||
.paperCheckboxFieldDescription {
|
.paperCheckboxFieldDescription {
|
||||||
padding-left: 30px;
|
padding-left: 34px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue