From 6352a1dccbac03a9582810e5d284ebac54f24f5b Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 19 Jul 2022 12:30:30 +0200 Subject: Fix: header height (#4452) * set default header height: 85px * themes * fix css RTL --- p/themes/Mapco/_layout.scss | 6 ++---- p/themes/Mapco/mapco.css | 3 ++- p/themes/Mapco/mapco.rtl.css | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'p/themes/Mapco') diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index 0b37153a8..02c0dceb8 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -10,6 +10,7 @@ background: variables.$sid-bg; display: block; width: auto; + height: 3rem; table-layout: none; .logo { @@ -110,12 +111,9 @@ /*=== Body */ #global { - height: calc(100% - 85px); + height: calc(100% - 4rem); } - - - /*=== Prompt (centered) */ .prompt { text-align: center; diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index ce900363b..cf18c2792 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -758,6 +758,7 @@ form th { background: #303136; display: block; width: auto; + height: 3rem; table-layout: none; } .header .logo { @@ -825,7 +826,7 @@ form th { } /*=== Body */ #global { - height: calc(100% - 85px); + height: calc(100% - 4rem); } /*=== Prompt (centered) */ diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index e261d4f62..b567bab1d 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -758,6 +758,7 @@ form th { background: #303136; display: block; width: auto; + height: 3rem; table-layout: none; } .header .logo { @@ -825,7 +826,7 @@ form th { } /*=== Body */ #global { - height: calc(100% - 85px); + height: calc(100% - 4rem); } /*=== Prompt (centered) */ -- cgit v1.2.3