Allow editing of individual sections

This commit is contained in:
2026-04-15 12:14:40 +02:00
parent b3ca714597
commit 02fa19272d
7 changed files with 104 additions and 2 deletions

View File

@@ -104,6 +104,13 @@ header {
color: #ffd54f;
}
/* === Button modifiers === */
.btn-small {
font-size: 0.65rem;
font-weight: normal;
vertical-align: middle;
}
/* === Main === */
main {
max-width: 860px;
@@ -331,7 +338,6 @@ textarea:focus {
box-shadow: 0 0 5px #0a0;
}
/* === Diary views === */
.diary-section {
margin: 2rem 0;
@@ -380,6 +386,11 @@ textarea:focus {
margin-bottom: 0.75rem;
}
/* === Section edit links === */
.section-edit {
margin-left: 0.75rem;
}
/* === Empty state === */
.empty {
padding: 1rem;