style: add touch-friendly min-heights, responsive comment form, and mobile layout refinements across CSS

This commit is contained in:
2026-06-05 16:18:11 +00:00
parent 790f6c8a67
commit 7d4612b2eb
15 changed files with 222 additions and 134 deletions
+6
View File
@@ -40,3 +40,9 @@
background: var(--accent-light);
color: var(--accent);
}
@media (hover: none) and (pointer: coarse) {
.mention-dropdown-item {
min-height: 44px;
}
}