Allow editing of individual sections
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user