mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Fix wide modal on small screens
This commit is contained in:
parent
1c142ef3f4
commit
876ff65694
1 changed files with 3 additions and 3 deletions
|
@ -382,9 +382,6 @@ fieldset[disabled] .btn-bright.active {
|
||||||
border-radius: 0 0 3px 3px;
|
border-radius: 0 0 3px 3px;
|
||||||
border-top: 1px solid #1C1C1C;
|
border-top: 1px solid #1C1C1C;
|
||||||
}
|
}
|
||||||
.modal.wide .modal-dialog {
|
|
||||||
width: 750px;
|
|
||||||
}
|
|
||||||
textarea,
|
textarea,
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
|
@ -2974,6 +2971,9 @@ a.no-highlight:hover {
|
||||||
.login-container {
|
.login-container {
|
||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
}
|
}
|
||||||
|
.modal.wide .modal-dialog {
|
||||||
|
width: 750px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.login-container {
|
.login-container {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue