about summary refs log tree commit diff
path: root/src/style.css
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-10-28 19:12:15 +0000
committerGitHub <noreply@github.com>2024-10-28 19:12:15 +0000
commitdcc5405e8a76037763950f2598721a30bb7934aa (patch)
tree0588f463a12ea9d33f67aa4ecbf290e5aa7a36fd /src/style.css
parent5bce043e1ebad182b06f63daab8b7e397771578e (diff)
downloadvoidsky-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.css3
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;
 }