v0.2 planning and ux improvements
This commit is contained in:
+371
-101
@@ -1,37 +1,43 @@
|
||||
:root {
|
||||
color-scheme: light;
|
||||
--bg: #f5f1e8;
|
||||
--bg-elevated: rgba(255, 252, 246, 0.9);
|
||||
--surface: #fffaf2;
|
||||
--surface-strong: #ffffff;
|
||||
--surface-soft: #efe7d7;
|
||||
--line: rgba(74, 78, 72, 0.12);
|
||||
--text: #243028;
|
||||
--muted: #66736a;
|
||||
--accent: #6a8b78;
|
||||
--accent-strong: #476654;
|
||||
--accent-soft: rgba(106, 139, 120, 0.12);
|
||||
--warning-soft: rgba(196, 136, 92, 0.16);
|
||||
--shadow: 0 18px 40px rgba(44, 56, 46, 0.08);
|
||||
--radius: 20px;
|
||||
--bg: #fff5ee;
|
||||
--bg-elevated: rgba(255, 249, 244, 0.78);
|
||||
--surface: rgba(255, 255, 255, 0.82);
|
||||
--surface-strong: #fffdfa;
|
||||
--surface-soft: #fff0e3;
|
||||
--line: rgba(133, 113, 95, 0.12);
|
||||
--text: #342e2d;
|
||||
--muted: #7c716d;
|
||||
--accent: #f0a46c;
|
||||
--accent-strong: #dd8d52;
|
||||
--accent-soft: rgba(240, 164, 108, 0.18);
|
||||
--mint-soft: rgba(174, 214, 193, 0.24);
|
||||
--peach-soft: rgba(255, 210, 179, 0.24);
|
||||
--sky-soft: rgba(194, 213, 235, 0.2);
|
||||
--rose-soft: rgba(237, 196, 205, 0.22);
|
||||
--shadow: 0 20px 50px rgba(125, 92, 68, 0.10);
|
||||
--radius: 22px;
|
||||
--font-body: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
|
||||
--font-heading: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
|
||||
}
|
||||
|
||||
[data-theme="dark"] {
|
||||
color-scheme: dark;
|
||||
--bg: #1b211d;
|
||||
--bg-elevated: rgba(27, 33, 29, 0.92);
|
||||
--surface: #222925;
|
||||
--surface-strong: #29312c;
|
||||
--surface-soft: #323b36;
|
||||
--line: rgba(224, 229, 223, 0.1);
|
||||
--text: #edf1ea;
|
||||
--muted: #b6c0b6;
|
||||
--accent: #9dbf9d;
|
||||
--accent-strong: #b8d5b1;
|
||||
--accent-soft: rgba(157, 191, 157, 0.15);
|
||||
--warning-soft: rgba(201, 148, 108, 0.22);
|
||||
--bg: #201d1d;
|
||||
--bg-elevated: rgba(32, 29, 29, 0.82);
|
||||
--surface: rgba(45, 39, 39, 0.82);
|
||||
--surface-strong: #383131;
|
||||
--surface-soft: #433a39;
|
||||
--line: rgba(226, 232, 225, 0.1);
|
||||
--text: #f4efec;
|
||||
--muted: #cabeb7;
|
||||
--accent: #f2b07d;
|
||||
--accent-strong: #ffc190;
|
||||
--accent-soft: rgba(242, 176, 125, 0.18);
|
||||
--mint-soft: rgba(155, 198, 175, 0.20);
|
||||
--peach-soft: rgba(224, 161, 128, 0.18);
|
||||
--sky-soft: rgba(146, 171, 201, 0.18);
|
||||
--rose-soft: rgba(189, 133, 145, 0.20);
|
||||
--shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
|
||||
}
|
||||
|
||||
@@ -48,9 +54,10 @@ body {
|
||||
font-family: var(--font-body);
|
||||
color: var(--text);
|
||||
background:
|
||||
radial-gradient(circle at top left, rgba(178, 197, 168, 0.28), transparent 26rem),
|
||||
radial-gradient(circle at top right, rgba(238, 210, 177, 0.25), transparent 28rem),
|
||||
linear-gradient(180deg, var(--bg), color-mix(in srgb, var(--bg) 84%, #000 16%));
|
||||
radial-gradient(circle at top left, rgba(255, 205, 174, 0.42), transparent 24rem),
|
||||
radial-gradient(circle at 90% 8%, rgba(190, 226, 203, 0.34), transparent 24rem),
|
||||
radial-gradient(circle at 40% 100%, rgba(255, 228, 205, 0.32), transparent 28rem),
|
||||
linear-gradient(180deg, var(--bg), color-mix(in srgb, var(--bg) 92%, #f6decb 8%));
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -76,7 +83,7 @@ button,
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.45rem;
|
||||
padding: 0.8rem 1.1rem;
|
||||
padding: 0.82rem 1.1rem;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 999px;
|
||||
background: var(--accent);
|
||||
@@ -106,7 +113,7 @@ button.secondary:hover,
|
||||
}
|
||||
|
||||
.page-shell {
|
||||
width: min(1200px, calc(100% - 2rem));
|
||||
width: min(1320px, calc(100% - 2rem));
|
||||
margin: 1rem auto 2rem;
|
||||
}
|
||||
|
||||
@@ -122,9 +129,9 @@ button.secondary:hover,
|
||||
margin-bottom: 1.25rem;
|
||||
background: var(--bg-elevated);
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 24px;
|
||||
border-radius: 28px;
|
||||
box-shadow: var(--shadow);
|
||||
backdrop-filter: blur(18px);
|
||||
backdrop-filter: blur(26px) saturate(1.2);
|
||||
}
|
||||
|
||||
.brand {
|
||||
@@ -146,20 +153,84 @@ h1, h2, h3, .planner-label {
|
||||
}
|
||||
|
||||
.brand-mark {
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
width: 2.7rem;
|
||||
height: 2.7rem;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
border-radius: 0.9rem;
|
||||
background: linear-gradient(135deg, var(--accent), #d1b48f);
|
||||
color: white;
|
||||
font-weight: 700;
|
||||
border-radius: 1rem;
|
||||
background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 236, 219, 0.92));
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
|
||||
}
|
||||
|
||||
.brand-mark img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.nav-link-inner {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.ui-icon {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
display: inline-block;
|
||||
background: currentColor;
|
||||
flex: 0 0 auto;
|
||||
-webkit-mask-position: center;
|
||||
-webkit-mask-repeat: no-repeat;
|
||||
-webkit-mask-size: contain;
|
||||
mask-position: center;
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
}
|
||||
|
||||
.icon-house {
|
||||
-webkit-mask-image: url("../icons/fa/house.svg");
|
||||
mask-image: url("../icons/fa/house.svg");
|
||||
}
|
||||
|
||||
.icon-utensils {
|
||||
-webkit-mask-image: url("../icons/fa/utensils.svg");
|
||||
mask-image: url("../icons/fa/utensils.svg");
|
||||
}
|
||||
|
||||
.icon-bowl-food {
|
||||
-webkit-mask-image: url("../icons/fa/bowl-food.svg");
|
||||
mask-image: url("../icons/fa/bowl-food.svg");
|
||||
}
|
||||
|
||||
.icon-cart-shopping {
|
||||
-webkit-mask-image: url("../icons/fa/cart-shopping.svg");
|
||||
mask-image: url("../icons/fa/cart-shopping.svg");
|
||||
}
|
||||
|
||||
.icon-calendar {
|
||||
-webkit-mask-image: url("../icons/fa/calendar.svg");
|
||||
mask-image: url("../icons/fa/calendar.svg");
|
||||
}
|
||||
|
||||
.icon-calendar-days {
|
||||
-webkit-mask-image: url("../icons/fa/calendar-days.svg");
|
||||
mask-image: url("../icons/fa/calendar-days.svg");
|
||||
}
|
||||
|
||||
.icon-archive {
|
||||
-webkit-mask-image: url("../icons/fa/archive.svg");
|
||||
mask-image: url("../icons/fa/archive.svg");
|
||||
}
|
||||
|
||||
.icon-sparkles {
|
||||
-webkit-mask-image: url("../icons/fa/sparkles.svg");
|
||||
mask-image: url("../icons/fa/sparkles.svg");
|
||||
}
|
||||
|
||||
.site-nav {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5rem;
|
||||
gap: 0.45rem;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@@ -173,6 +244,7 @@ h1, h2, h3, .planner-label {
|
||||
.site-nav a:hover {
|
||||
background: var(--accent-soft);
|
||||
color: var(--text);
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
|
||||
}
|
||||
|
||||
.header-actions {
|
||||
@@ -193,17 +265,21 @@ h1, h2, h3, .planner-label {
|
||||
.stat-card,
|
||||
.item-card,
|
||||
.list-row,
|
||||
.planner-entry {
|
||||
.planner-entry,
|
||||
.week-card,
|
||||
.week-mini-card {
|
||||
background: var(--surface);
|
||||
border: 1px solid var(--line);
|
||||
border-radius: var(--radius);
|
||||
box-shadow: var(--shadow);
|
||||
backdrop-filter: blur(18px) saturate(1.12);
|
||||
}
|
||||
|
||||
.hero,
|
||||
.page-intro,
|
||||
.panel,
|
||||
.auth-card {
|
||||
.auth-card,
|
||||
.week-card {
|
||||
padding: 1.35rem;
|
||||
}
|
||||
|
||||
@@ -213,8 +289,8 @@ h1, h2, h3, .planner-label {
|
||||
gap: 1rem;
|
||||
align-items: end;
|
||||
background:
|
||||
linear-gradient(135deg, rgba(255, 255, 255, 0.35), transparent 45%),
|
||||
linear-gradient(180deg, var(--surface), var(--surface-strong));
|
||||
linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 45%),
|
||||
linear-gradient(180deg, color-mix(in srgb, var(--surface) 86%, #fff 14%), color-mix(in srgb, var(--surface) 80%, #ffe5d2 20%));
|
||||
}
|
||||
|
||||
.eyebrow {
|
||||
@@ -260,7 +336,9 @@ h3 {
|
||||
.stats-grid,
|
||||
.two-column,
|
||||
.card-grid,
|
||||
.mini-card-grid {
|
||||
.mini-card-grid,
|
||||
.week-mini-grid,
|
||||
.week-overview-grid {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
}
|
||||
@@ -270,11 +348,21 @@ h3 {
|
||||
}
|
||||
|
||||
.two-column {
|
||||
grid-template-columns: 1.1fr 0.9fr;
|
||||
grid-template-columns: 1.05fr 0.95fr;
|
||||
}
|
||||
|
||||
.week-mini-grid {
|
||||
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
||||
}
|
||||
|
||||
.week-overview-grid {
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
}
|
||||
|
||||
.stat-card {
|
||||
padding: 1.15rem 1.2rem;
|
||||
background:
|
||||
linear-gradient(180deg, var(--surface), color-mix(in srgb, var(--surface) 90%, #fff 10%));
|
||||
}
|
||||
|
||||
.stat-card span {
|
||||
@@ -295,7 +383,9 @@ h3 {
|
||||
.row-actions,
|
||||
.hero-actions,
|
||||
.form-actions,
|
||||
.week-nav {
|
||||
.week-nav,
|
||||
.week-card-head,
|
||||
.planner-entry-top {
|
||||
display: flex;
|
||||
gap: 0.85rem;
|
||||
justify-content: space-between;
|
||||
@@ -328,13 +418,45 @@ h3 {
|
||||
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
||||
}
|
||||
|
||||
.mini-card {
|
||||
.mini-card,
|
||||
.week-mini-card {
|
||||
border-radius: 18px;
|
||||
background: var(--surface-strong);
|
||||
border: 1px solid var(--line);
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.component-group {
|
||||
padding: 1rem;
|
||||
border-radius: 18px;
|
||||
background: rgba(255, 255, 255, 0.4);
|
||||
border: 1px solid var(--line);
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.chip-row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -354,19 +476,19 @@ h3 {
|
||||
}
|
||||
|
||||
.status-home {
|
||||
background: rgba(96, 147, 114, 0.18);
|
||||
background: rgba(121, 176, 144, 0.22);
|
||||
}
|
||||
|
||||
.status-archived {
|
||||
background: var(--warning-soft);
|
||||
background: var(--peach-soft);
|
||||
}
|
||||
|
||||
.status-idea {
|
||||
background: rgba(130, 146, 151, 0.16);
|
||||
background: var(--sky-soft);
|
||||
}
|
||||
|
||||
.card-grid {
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
|
||||
}
|
||||
|
||||
.item-card {
|
||||
@@ -434,12 +556,25 @@ h3 {
|
||||
}
|
||||
|
||||
.stack-form label,
|
||||
.planner-form label {
|
||||
.planner-entry-form label,
|
||||
.filter-form label {
|
||||
display: grid;
|
||||
gap: 0.5rem;
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.inline-check {
|
||||
display: inline-flex !important;
|
||||
align-items: center;
|
||||
gap: 0.7rem;
|
||||
color: var(--text) !important;
|
||||
}
|
||||
|
||||
.inline-check input[type="checkbox"] {
|
||||
width: 1.05rem;
|
||||
height: 1.05rem;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="date"],
|
||||
@@ -493,71 +628,202 @@ legend {
|
||||
}
|
||||
|
||||
.inline-form,
|
||||
.planner-form {
|
||||
.planner-entry-form,
|
||||
.filter-form {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 0.8rem;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.planner-form .wide {
|
||||
.planner-entry-form,
|
||||
.filter-form {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.filter-form .wide,
|
||||
.planner-entry-form .wide {
|
||||
grid-column: span 2;
|
||||
}
|
||||
|
||||
.filter-actions {
|
||||
display: flex;
|
||||
gap: 0.65rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.list-row {
|
||||
padding: 1rem 1.1rem;
|
||||
}
|
||||
|
||||
.row-actions {
|
||||
justify-content: end;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.stack-sections {
|
||||
.stack-sections,
|
||||
.planner-day-stack,
|
||||
.planner-entry-list {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.planner-grid {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.planner-row {
|
||||
display: grid;
|
||||
grid-template-columns: 180px repeat(7, minmax(0, 1fr));
|
||||
gap: 0.75rem;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.planner-label {
|
||||
padding: 1rem;
|
||||
border-radius: 18px;
|
||||
background: var(--surface-soft);
|
||||
border: 1px solid var(--line);
|
||||
}
|
||||
|
||||
.planner-cell {
|
||||
min-height: 150px;
|
||||
padding: 0.8rem;
|
||||
border-radius: 18px;
|
||||
.day-tile {
|
||||
border-radius: 24px;
|
||||
background: var(--surface);
|
||||
border: 1px solid var(--line);
|
||||
box-shadow: var(--shadow);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.planner-date {
|
||||
margin-bottom: 0.7rem;
|
||||
font-size: 0.9rem;
|
||||
.day-tile > summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.day-tile summary {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.day-tile-summary {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 1rem;
|
||||
padding: 1.2rem 1.25rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.day-tile-summary-main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.day-tile-icon {
|
||||
width: 2.8rem;
|
||||
height: 2.8rem;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
border-radius: 1rem;
|
||||
background: linear-gradient(145deg, rgba(255,255,255,0.92), var(--peach-soft));
|
||||
color: var(--accent-strong);
|
||||
}
|
||||
|
||||
.day-tile-icon .ui-icon {
|
||||
width: 1.15rem;
|
||||
height: 1.15rem;
|
||||
}
|
||||
|
||||
.day-tile-body {
|
||||
padding: 0 1.25rem 1.25rem;
|
||||
border-top: 1px solid var(--line);
|
||||
}
|
||||
|
||||
.quick-add-row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.75rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.quick-add-row form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.quick-add-button {
|
||||
display: grid;
|
||||
justify-items: start;
|
||||
padding: 0.9rem 1rem;
|
||||
min-width: 180px;
|
||||
border-radius: 18px;
|
||||
background: color-mix(in srgb, var(--surface-strong) 76%, #fff 24%);
|
||||
color: var(--text);
|
||||
border: 1px solid var(--line);
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
|
||||
}
|
||||
|
||||
.quick-add-button:hover {
|
||||
background: var(--accent-soft);
|
||||
}
|
||||
|
||||
.quick-add-button small {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.planner-entry-stack {
|
||||
display: grid;
|
||||
gap: 0.55rem;
|
||||
.planner-entry {
|
||||
padding: 0.9rem 1rem;
|
||||
border-radius: 18px;
|
||||
}
|
||||
|
||||
.planner-entry {
|
||||
padding: 0.75rem;
|
||||
.planner-entry-list .planner-entry {
|
||||
background: color-mix(in srgb, var(--surface) 88%, #fff 12%);
|
||||
}
|
||||
|
||||
.week-card-count {
|
||||
font-size: 1.25rem;
|
||||
font-family: var(--font-heading);
|
||||
margin: 0.8rem 0 0.2rem;
|
||||
}
|
||||
|
||||
.week-card-actions {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.week-slot-stack {
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.week-slot {
|
||||
padding: 0.85rem;
|
||||
border-radius: 18px;
|
||||
background: color-mix(in srgb, var(--surface-strong) 80%, #fff 20%);
|
||||
border: 1px solid var(--line);
|
||||
transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
|
||||
}
|
||||
|
||||
.week-slot.is-drag-over {
|
||||
background: var(--accent-soft);
|
||||
border-color: color-mix(in srgb, var(--accent) 60%, var(--line) 40%);
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
.week-slot-head {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 0.75rem;
|
||||
align-items: center;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.week-entry-stack {
|
||||
display: grid;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.plan-chip {
|
||||
padding: 0.7rem 0.8rem;
|
||||
border-radius: 16px;
|
||||
background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,246,239,0.92));
|
||||
border: 1px solid var(--line);
|
||||
cursor: grab;
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
|
||||
}
|
||||
|
||||
.plan-chip:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
.plan-chip.is-dragging {
|
||||
opacity: 0.55;
|
||||
transform: scale(0.98);
|
||||
}
|
||||
|
||||
.plan-chip small,
|
||||
.week-slot-empty {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.flash-stack {
|
||||
@@ -573,26 +839,27 @@ legend {
|
||||
}
|
||||
|
||||
.flash-success {
|
||||
background: rgba(111, 161, 122, 0.18);
|
||||
background: rgba(121, 176, 144, 0.2);
|
||||
}
|
||||
|
||||
.flash-error {
|
||||
background: rgba(195, 111, 98, 0.18);
|
||||
background: rgba(210, 125, 115, 0.18);
|
||||
}
|
||||
|
||||
.flash-info {
|
||||
background: rgba(125, 150, 164, 0.18);
|
||||
background: rgba(147, 179, 205, 0.18);
|
||||
}
|
||||
|
||||
.theme-toggle {
|
||||
min-width: 5rem;
|
||||
}
|
||||
|
||||
@media (max-width: 980px) {
|
||||
@media (max-width: 1080px) {
|
||||
.site-header,
|
||||
.hero,
|
||||
.page-intro,
|
||||
.panel-head {
|
||||
.panel-head,
|
||||
.week-card-head {
|
||||
grid-template-columns: 1fr;
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
@@ -604,20 +871,16 @@ legend {
|
||||
|
||||
.stats-grid,
|
||||
.two-column,
|
||||
.planner-row,
|
||||
.inline-form,
|
||||
.planner-form {
|
||||
.planner-entry-form,
|
||||
.filter-form {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.planner-form .wide {
|
||||
.filter-form .wide,
|
||||
.planner-entry-form .wide {
|
||||
grid-column: auto;
|
||||
}
|
||||
|
||||
.planner-label {
|
||||
position: sticky;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@@ -633,11 +896,18 @@ legend {
|
||||
.header-actions,
|
||||
.item-card,
|
||||
.list-row,
|
||||
.row-actions {
|
||||
.row-actions,
|
||||
.quick-add-row,
|
||||
.filter-actions {
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
.item-card {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.week-nav {
|
||||
align-items: start;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user