From c9f5012f102c5270d27206aca957b2ee16fe04f8 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 23 Nov 2022 22:35:20 +0100 Subject: Fix: nord theme mobile (#4892) * fix * fixed: background color of theme slider properties * fixed: padding in mobile view + merge mobile view code * fix favicon position in mobile view --- p/themes/Mapco/mapco.rtl.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'p/themes/Mapco/mapco.rtl.css') diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 0004bd1e3..4c5cc5944 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -178,7 +178,6 @@ input.extend { } .form-group .group-name { padding: 10px 0; - text-align: left; } .form-group .group-controls { min-height: 25px; @@ -1206,9 +1205,6 @@ main.prompt { /*=== MOBILE */ /*===========*/ @media (max-width: 840px) { - .form-group .group-name { - text-align: right; - } .aside { transition: all 0.2s ease-in-out; } -- cgit v1.2.3