diff --git a/static/index.css b/static/index.css index 4795d27..af6aea6 100644 --- a/static/index.css +++ b/static/index.css @@ -41,27 +41,23 @@ main { &>.right { grid-column: right / right; - height: 100%; + height: fit-content; min-height: 0; max-height: 100%; - &>.right-content { - max-height: 100%; + display: flex; + flex-direction: row; + justify-content: stretch; - display: flex; - flex-direction: row; - justify-content: stretch; - - &>rkgk-resize-handle { - flex-shrink: 0; - height: auto; - } + &>rkgk-resize-handle { + flex-shrink: 0; + height: auto; + } - &>rkgk-brush-editor { - height: auto; - overflow: auto; - flex-grow: 1; - } + &>rkgk-brush-editor { + height: auto; + overflow: auto; + flex-grow: 1; } } } diff --git a/static/index.html b/static/index.html index a0507f6..29ac9c5 100644 --- a/static/index.html +++ b/static/index.html @@ -51,14 +51,12 @@ Manual
-
- - -
+ +