diff options
author | dan <dan.abramov@gmail.com> | 2024-10-28 19:12:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 19:12:15 +0000 |
commit | dcc5405e8a76037763950f2598721a30bb7934aa (patch) | |
tree | 0588f463a12ea9d33f67aa4ecbf290e5aa7a36fd /src/style.css | |
parent | 5bce043e1ebad182b06f63daab8b7e397771578e (diff) | |
download | voidsky-dcc5405e8a76037763950f2598721a30bb7934aa.tar.zst |
Make composer min height conditional and align attachments (#5976)
* Make web composer min height condiitonal * Fix alignment * Fix alignment on mobile
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/style.css b/src/style.css index ef22a4457..6f908c288 100644 --- a/src/style.css +++ b/src/style.css @@ -92,9 +92,6 @@ a[role='link'][data-no-underline='1']:hover { } /* ProseMirror */ -.ProseMirror { - min-height: 140px; -} .ProseMirror-dark { color: white; } |