fix: show login when session token expires

This commit is contained in:
MSomnium Studios
2025-09-19 09:09:26 -04:00
committed by GitHub
parent 4ff247e134
commit e6c674b3c6
5 changed files with 45 additions and 3 deletions

View File

@@ -45,6 +45,15 @@
animation: 0.2s opac forwards;
}
#login .logout-message {
background: var(--icon-orange);
color: #fff;
padding: 0.5em;
text-align: center;
animation: 0.2s opac forwards;
text-transform: none;
}
@keyframes opac {
0% {
opacity: 0;