aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2026-03-17 12:52:30 -0400
committerSamuel Johnson <[email protected]>2026-03-17 12:52:30 -0400
commit32be3caddea0e8daa306a741637695a16c810417 (patch)
tree37fb1a7c53f0290f374ae405b807788c908b6bda
parent1ae6f53f54e79656d93fe9116ebc7812c50886c4 (diff)
Fix comment overflow on mobileHEADdev
-rw-r--r--static/app.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/app.css b/static/app.css
index e2acb2f..ff4c10a 100644
--- a/static/app.css
+++ b/static/app.css
@@ -258,6 +258,10 @@ iframe {
gap: 1em;
}
+.comment_zone input {
+ max-width: 30vw;
+}
+
.markdown_form {
margin-left: 2em;
margin-right: 2em;