modifications to login page

This commit is contained in:
2026-09-07 21:20:47 +03:00
parent f3630e262a
commit d2a53c483c
2 changed files with 16 additions and 7 deletions
+6 -7
View File
@@ -71,7 +71,6 @@ body .link:hover,
color: var(--orange);
}
#logo,
#layout > .header,
#layout-sidebar .header,
#layout-list .header,
@@ -80,11 +79,10 @@ body .link:hover,
}
#logo {
max-height: 100px;
max-width: 100%;
font-family: var(--font-family-monospace);
font-weight: 500;
letter-spacing: 1px;
max-height: 60px;
max-width: 260px;
width: auto;
height: auto;
}
/* Guard the login layout in case the parent Elastic stylesheet did not load
@@ -105,7 +103,8 @@ body.task-login #logo {
display: inline-block;
position: relative;
top: 16vh;
max-height: 100px;
max-height: 60px;
max-width: 260px;
}
#login-form {