1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

New: Wider modal for Interactive Search and Manual Import

This commit is contained in:
Bogdan
2024-03-10 06:50:45 +02:00
committed by GitHub
parent a12cdb34bc
commit 89bef4af99
6 changed files with 15 additions and 6 deletions
+9 -1
View File
@@ -63,6 +63,13 @@
width: 1280px;
}
.extraExtraLarge {
composes: modal;
width: 1600px;
}
@media only screen and (max-width: $breakpointExtraLarge) {
.modal.extraLarge {
width: 90%;
@@ -90,7 +97,8 @@
.modal.small,
.modal.medium,
.modal.large,
.modal.extraLarge {
.modal.extraLarge,
.modal.extraExtraLarge {
max-height: 100%;
width: 100%;
height: 100% !important;