Make composer min height conditional and align attachments (#5976)

* Make web composer min height condiitonal

* Fix alignment

* Fix alignment on mobile
This commit is contained in:
dan
2024-10-28 19:12:15 +00:00
committed by GitHub
parent 5bce043e1e
commit dcc5405e8a
4 changed files with 18 additions and 7 deletions
-3
View File
@@ -92,9 +92,6 @@ a[role='link'][data-no-underline='1']:hover {
}
/* ProseMirror */
.ProseMirror {
min-height: 140px;
}
.ProseMirror-dark {
color: white;
}