Fossil SCM
In /forumnew, start the editor a bit taller than it defaults to in other pages.
Commit
308405f0429ea8299e7e9fec39d6d0cca4d92406ca34b29f8aab5ad488074d9f
Parent
919cfb87113177d…
1 file changed
+3
+3
| --- src/style.forum.css | ||
| +++ src/style.forum.css | ||
| @@ -45,10 +45,13 @@ | ||
| 45 | 45 | |
| 46 | 46 | .ForumPostEditor .tab-panel.editor-wrapper > .editor { |
| 47 | 47 | max-width: initial; |
| 48 | 48 | min-height: 14em; |
| 49 | 49 | flex-grow: 1 |
| 50 | +} | |
| 51 | +body.cpage-forumnew .ForumPostEditor .tab-panel.editor-wrapper > .editor { | |
| 52 | + min-height: 24em; | |
| 50 | 53 | } |
| 51 | 54 | |
| 52 | 55 | .ForumPostEditor > .buttons > .mimetype-wrapper, |
| 53 | 56 | .ForumPostEditor > .titlebar{ |
| 54 | 57 | display: flex; |
| 55 | 58 |
| --- src/style.forum.css | |
| +++ src/style.forum.css | |
| @@ -45,10 +45,13 @@ | |
| 45 | |
| 46 | .ForumPostEditor .tab-panel.editor-wrapper > .editor { |
| 47 | max-width: initial; |
| 48 | min-height: 14em; |
| 49 | flex-grow: 1 |
| 50 | } |
| 51 | |
| 52 | .ForumPostEditor > .buttons > .mimetype-wrapper, |
| 53 | .ForumPostEditor > .titlebar{ |
| 54 | display: flex; |
| 55 |
| --- src/style.forum.css | |
| +++ src/style.forum.css | |
| @@ -45,10 +45,13 @@ | |
| 45 | |
| 46 | .ForumPostEditor .tab-panel.editor-wrapper > .editor { |
| 47 | max-width: initial; |
| 48 | min-height: 14em; |
| 49 | flex-grow: 1 |
| 50 | } |
| 51 | body.cpage-forumnew .ForumPostEditor .tab-panel.editor-wrapper > .editor { |
| 52 | min-height: 24em; |
| 53 | } |
| 54 | |
| 55 | .ForumPostEditor > .buttons > .mimetype-wrapper, |
| 56 | .ForumPostEditor > .titlebar{ |
| 57 | display: flex; |
| 58 |