diff --git a/css/index.css b/css/index.css index 97ebccc..d88ba1e 100644 --- a/css/index.css +++ b/css/index.css @@ -283,6 +283,13 @@ img { color: #aaaaaa; } +.result-container .result-area { + width: 100%; + height: 100%; + display: flex; + flex-direction: column; +} + .result-container .scanned-image { max-height: 200px; } @@ -558,4 +565,9 @@ img { .result-container .parsed-result-area .parsed-filed { font-size: 14px; } + + .result-container .result-area { + height: 70%; + flex-direction: row; + } } diff --git a/index.html b/index.html index 33a19d3..4cfe9bf 100644 --- a/index.html +++ b/index.html @@ -314,8 +314,10 @@