fixes and cleanup

This commit is contained in:
Henry Jameson 2026-07-22 14:25:39 +03:00
commit 1301aff930
2 changed files with 23 additions and 21 deletions

View file

@ -99,10 +99,10 @@
h4 {
margin: 0.5em 0;
line-height: 1.5;
line-height: 1.1;
button {
line-height: 1.5;
line-height: 1.1;
}
}
@ -110,6 +110,9 @@
display: flex;
align-items: center;
gap: 0.5em;
border: 1px solid var(--border);
border-radius: var(--roundness);
padding: 0.5em;
}
}
@ -119,5 +122,9 @@
flex-direction: column;
align-items: stretch;
bottom: 0;
.reply-form form {
margin-top: 0;
}
}
}