Feltmodus: dagsplan først med lokasjon per oppgave
Feltmodus hopper til dagsplan-visning og legger dagsplan-kolonnen øverst (backlog under). Hver plan-oppgave viser lokasjon under tittelen. Mobil ved første besøk lander på dagsplanen automatisk. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
bdeb6254b9
commit
7287f33e47
2 changed files with 20 additions and 9 deletions
|
|
@ -371,6 +371,7 @@ tbody tr.status-done .task-title { text-decoration: line-through; }
|
|||
.plan-item-main { flex: 1; min-width: 0; }
|
||||
.plan-item-title { font-size: 13px; font-weight: 500; cursor: pointer; }
|
||||
.plan-item-title:hover { color: var(--accent); }
|
||||
.plan-item-loc { font-family: var(--mono); font-size: 12px; color: var(--accent); margin-top: 2px; }
|
||||
.plan-item-meta { display: flex; gap: 8px; align-items: center; margin-top: 3px;
|
||||
font-size: 11px; font-family: var(--mono); color: var(--text-faint); flex-wrap: wrap; }
|
||||
.plan-item-actions { display: flex; gap: 2px; flex-shrink: 0; }
|
||||
|
|
@ -453,6 +454,10 @@ body.field-mode input[type="date"] { min-height: 44px; font-size: 15px; }
|
|||
/* Tavle og planner i én kolonne for tommelvennlig scrolling */
|
||||
body.field-mode .board { grid-template-columns: 1fr; }
|
||||
body.field-mode .planner { grid-template-columns: 1fr; }
|
||||
/* I felt vil man ha dagsplanen øverst, backlogen under */
|
||||
body.field-mode .plan-today { order: -1; }
|
||||
body.field-mode .plan-item-loc { font-size: 14px; }
|
||||
body.field-mode .plan-item-title { font-size: 15px; }
|
||||
body.field-mode .card { padding: 14px; }
|
||||
body.field-mode .card-title { font-size: 15px; }
|
||||
body.field-mode .avail-row, body.field-mode .plan-item { padding: 12px; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue