add cloudron packaging and auth refinements

This commit is contained in:
2026-04-12 12:12:39 +02:00
parent 36bde02c54
commit 24ebb26ffd
7 changed files with 97 additions and 1 deletions
+27
View File
@@ -452,6 +452,25 @@ h3 {
grid-column: span 2;
}
.quick-food-panel {
margin-top: 1rem;
padding: 1rem;
border-radius: 18px;
background: rgba(255, 255, 255, 0.5);
border: 1px solid var(--line);
}
.quick-food-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.8rem;
align-items: end;
}
.quick-food-grid .wide {
grid-column: span 2;
}
.week-mini-card {
display: grid;
gap: 0.4rem;
@@ -881,6 +900,14 @@ legend {
.planner-entry-form .wide {
grid-column: auto;
}
.quick-food-grid {
grid-template-columns: 1fr;
}
.quick-food-grid .wide {
grid-column: auto;
}
}
@media (max-width: 720px) {