فهرست منبع

Fix compose area size calculation (#950)

Fixes #111, fixes #808.
ovalseven8 5 سال پیش
والد
کامیت
a8ec8f0db4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/sass/sections/_compose_area.scss

+ 1 - 1
src/sass/sections/_compose_area.scss

@@ -6,6 +6,7 @@ compose-area {
             display: flex;
             flex-direction: row;
             margin: 0;
+            max-height: calc(1.3em * 7);
 
             > div {
                 align-content: center;
@@ -32,7 +33,6 @@ compose-area {
                         cursor: text;
                         padding: $main-padding;
                         min-height: 22px;
-                        max-height: calc(1.3em * 5);
                         line-height: 20px;
                         white-space: pre-wrap;