| | @@ -21,11 +21,11 @@ |
| 21 | 21 | |
| 22 | 22 | .ForumPostEditor > .tab-container { |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | .ForumPostEditor > .tab-container > .tabs { |
| 26 | | - min-height: 16em; |
| 26 | + /*min-height: 10em;*/ |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | .ForumPostEditor > .tab-container > .tabs > .tab-panel.debug { |
| 30 | 30 | display: flex; |
| 31 | 31 | flex-direction: column; |
| | @@ -43,11 +43,11 @@ |
| 43 | 43 | flex-direction: column; |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | .ForumPostEditor .tab-panel.editor-wrapper > .editor { |
| 47 | 47 | max-width: initial; |
| 48 | | - min-height: 18em; |
| 48 | + min-height: 14em; |
| 49 | 49 | flex-grow: 1 |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | .ForumPostEditor > .buttons > .mimetype-wrapper, |
| 53 | 53 | .ForumPostEditor > .titlebar{ |
| 54 | 54 | |