frontend: add loginNeeded component

This commit is contained in:
Kentai Radiquum 2024-04-21 21:10:08 +05:00
parent dcce13b86b
commit b9af35ee75
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 27 additions and 1 deletions

View file

@ -17,7 +17,8 @@ body {
}
} */
body, nav.left{
body, nav.left, main{
transition: background .2s;
transform-origin: left;
min-height: 100dvh;
}