Update login template.
This commit is contained in:
@@ -378,7 +378,16 @@ body.theme-dark .small.text-muted {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
.login-form {
|
||||
background: var(--panel-strong);
|
||||
border-radius: 0 1rem 1rem 0;
|
||||
}
|
||||
|
||||
.card {
|
||||
background: var(--bg);
|
||||
}
|
||||
|
||||
media (max-width: 991.98px) {
|
||||
.app-shell {
|
||||
padding: 0px;
|
||||
gap: 12px;
|
||||
@@ -405,6 +414,12 @@ body.theme-dark .small.text-muted {
|
||||
padding-right: 16px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.login-form {
|
||||
background: var(--panel-strong);
|
||||
border-radius: 1rem 1rem 1rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 575.98px) {
|
||||
/* On narrow viewports keep the fixed 128px thumbnails but allow the
|
||||
|
||||
Reference in New Issue
Block a user