can be improved.

This commit is contained in:
Yggdrasil75
2025-11-07 13:03:36 -05:00
parent cc81f08b11
commit 82c0e2527f
7 changed files with 818 additions and 30 deletions

View File

@@ -35,7 +35,6 @@ img {
height: auto;
border-radius: 8px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
transition: opacity 0.3s ease;
}
img.loading {
@@ -106,4 +105,12 @@ button.danger:hover {
padding: 10px;
border-radius: 5px;
background: rgba(255, 255, 255, 0.2);
}
}
.mode-display {
margin: 10px 0;
padding: 10px;
background: rgba(255, 255, 255, 0.2);
border-radius: 5px;
font-weight: bold;
}