Try to add ep stuff to login page

This commit is contained in:
2026-09-07 21:28:07 +03:00
parent d2a53c483c
commit ddc323a305
3 changed files with 13 additions and 3 deletions
+2 -2
View File
@@ -283,8 +283,8 @@ select:focus,
/* Keep loading/error notifications away from the credential fields instead of
stacking over the password box. */
body.task-login #messagestack {
top: 1rem;
bottom: auto;
top: auto;
bottom: 1rem;
left: 50%;
right: auto;
transform: translateX(-50%);