More UI polishing

This commit is contained in:
Jackzie 2025-04-17 16:06:18 -05:00
parent f54cbbc8bd
commit a1d740aa05
9 changed files with 190 additions and 64 deletions

View file

@ -78,4 +78,8 @@ tr.file-list td.filecell-label a {
}
.login-bg {
background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
}
}
.readyhidden, *[x-cloak] {
display: none;
}