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/Origine-compact/origine-compact.rtl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/themes/Origine-compact/origine-compact.rtl.css') diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index 16e8bbd78..b7ca14340 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -627,7 +627,7 @@ a.btn, /*=== Body */ #global { - height: calc(100% - 85px); + height: calc(100vh - 40px); } .aside { -- cgit v1.2.3