add cloudron packaging and auth refinements
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user