From 8bc480fcebfa1982510448b7ee1b338a1d753f39 Mon Sep 17 00:00:00 2001 From: Nirbhay Date: Mon, 25 Nov 2024 21:00:30 +0530 Subject: [PATCH] fix: height and styling of the layout --- modules/settings/assets/css/style.css | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/modules/settings/assets/css/style.css b/modules/settings/assets/css/style.css index fa53674..988c40e 100644 --- a/modules/settings/assets/css/style.css +++ b/modules/settings/assets/css/style.css @@ -12,23 +12,13 @@ body { html:not([dir='rtl']) #ea11y-app { margin-left: -20px; background: white; - height: 97vh; + height: calc(100vh - 32px); } html[dir='rtl'] #ea11y-app { margin-right: -20px; background: white; - height: 97vh; -} - -html:not([dir='rtl']) #ea11y-app-top-bar { - margin-left: -20px; - margin-bottom: 20px; -} - -html[dir='rtl'] #ea11y-app-top-bar { - margin-right: -20px; - margin-bottom: 20px; + height: calc(100vh - 32px); } #ea11y-app * {