diff options
| author | Samuel Johnson <[email protected]> | 2026-03-17 12:52:30 -0400 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2026-03-17 12:52:30 -0400 |
| commit | 32be3caddea0e8daa306a741637695a16c810417 (patch) | |
| tree | 37fb1a7c53f0290f374ae405b807788c908b6bda | |
| parent | 1ae6f53f54e79656d93fe9116ebc7812c50886c4 (diff) | |
| -rw-r--r-- | static/app.css | 4 |
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; |
