diff options
| author | Samuel Johnson <[email protected]> | 2026-03-17 12:47:47 -0400 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2026-03-17 12:47:47 -0400 |
| commit | 1ae6f53f54e79656d93fe9116ebc7812c50886c4 (patch) | |
| tree | ca600ff13dff7b755fb9e3e26f30f3fe918708f5 /static/app.css | |
| parent | 22d5ad9f73b9cde11b101431e988dec3bf8521f0 (diff) | |
Fix comment spacing on mobile
Diffstat (limited to 'static/app.css')
| -rw-r--r-- | static/app.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/app.css b/static/app.css index 650ea58..e2acb2f 100644 --- a/static/app.css +++ b/static/app.css @@ -251,6 +251,13 @@ iframe { margin-right: 0em; } +.comment_zone { + width: 25%; + display: grid; + grid-template-columns: 1fr 5fr 1fr; + gap: 1em; +} + .markdown_form { margin-left: 2em; margin-right: 2em; |
