diff options
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r-- | ui/app/css/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 779d0646d..750586328 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -744,6 +744,7 @@ div.message-container > div:first-child { .main-container { margin-top: 35px; width: 85%; + height: 90vh; } } @@ -751,6 +752,7 @@ div.message-container > div:first-child { .main-container { margin-top: 35px; width: 80%; + height: 82vh; } } @@ -758,6 +760,7 @@ div.message-container > div:first-child { .main-container { margin-top: 35px; width: 65%; + height: 82vh; } } @@ -774,5 +777,6 @@ div.message-container > div:first-child { margin-top: 35px; // position: relative; width: 100%; + height: 100% } }
\ No newline at end of file |