Added simple spice meter (No server integration)

This commit is contained in:
2025-08-28 09:01:45 +02:00
parent c05f7fea76
commit 463a42d80f
5 changed files with 69 additions and 16 deletions

View File

@@ -79,4 +79,13 @@ button:hover {
}
.tab-button.active {
background: #007bff;
}
}
.gallery-image {
max-width: 90px;
max-height: 70px;
margin: 10px;
border: 2px solid #444;
border-radius: 4px;
cursor: pointer;
transition: border-color 0.3s;
}