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
+8
View File
@@ -141,6 +141,7 @@
font-size: 0.875rem;
line-height: 1.5;
position: relative;
overflow-wrap: anywhere;
}
.message-bubble.mine {
@@ -264,3 +265,10 @@
justify-content: center;
}
}
@media (hover: none) and (pointer: coarse) {
.messages-send-btn {
width: 44px;
height: 44px;
}
}