Limit stamps component height on small screens
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 56s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-25 02:57:34 +00:00
parent 7d74a2fc07
commit 3afcee2011

View File

@@ -121,6 +121,10 @@ import Consumption from "./Consumption.vue";
height: auto; height: auto;
} }
.stamps {
max-height: 130px;
}
.sidebar { .sidebar {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));