From 2698fc22b266c6f1aa8cb0abe2ec891a17e5286d Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 2 Jun 2021 16:37:23 +0500 Subject: [PATCH] 123 --- .../css/components/2-layout/header.scss | 3 ++ .../css/components/2-layout/responsive.scss | 1 + themes/modern2/assets/css/main.css | 5 +++ themes/modern2/pages/index.htm | 39 +---------------- themes/modern2/partials/header.htm | 42 ++++++++++++++++++- 5 files changed, 50 insertions(+), 40 deletions(-) diff --git a/themes/modern2/assets/css/components/2-layout/header.scss b/themes/modern2/assets/css/components/2-layout/header.scss index 50a29ec12..0eade9eaf 100755 --- a/themes/modern2/assets/css/components/2-layout/header.scss +++ b/themes/modern2/assets/css/components/2-layout/header.scss @@ -69,3 +69,6 @@ display: none; } } +.mobileSearch { + display: block; +} diff --git a/themes/modern2/assets/css/components/2-layout/responsive.scss b/themes/modern2/assets/css/components/2-layout/responsive.scss index 2805662dd..3bee19117 100755 --- a/themes/modern2/assets/css/components/2-layout/responsive.scss +++ b/themes/modern2/assets/css/components/2-layout/responsive.scss @@ -227,6 +227,7 @@ } .search { &Modal { + display: block; @include transition; position: fixed; z-index: 1000; diff --git a/themes/modern2/assets/css/main.css b/themes/modern2/assets/css/main.css index 38413f249..4665f7a92 100755 --- a/themes/modern2/assets/css/main.css +++ b/themes/modern2/assets/css/main.css @@ -190,6 +190,10 @@ li { display: none; } +.mobileSearch { + display: block; +} + .footer { background: #242424; padding: 30px 0; @@ -2231,6 +2235,7 @@ li { } .searchModal { + display: block; transition: all 0.2s ease-in-out 0s; -moz-transition: all 0.2s ease-in-out 0s; position: fixed; diff --git a/themes/modern2/pages/index.htm b/themes/modern2/pages/index.htm index 8b54a673d..c82428898 100644 --- a/themes/modern2/pages/index.htm +++ b/themes/modern2/pages/index.htm @@ -140,44 +140,7 @@ random = 0 -