1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

fix: fixes broken auto redirect. see #3123 (#3129)

This commit is contained in:
Amir Raminfar
2024-07-20 15:01:01 -07:00
committed by GitHub
parent 8359985d23
commit aa6556be22
3 changed files with 14 additions and 10 deletions

View File

@@ -186,4 +186,8 @@ watchEffect(() => {
li.exited {
@apply opacity-50;
}
li.deleted {
@apply hidden;
}
</style>