From 5f67640161779c5f7941b13fb1c59dea1d8bedda Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Fri, 19 Jun 2020 15:23:47 +0200 Subject: [PATCH] fix styling search button mobile --- kit/css/search.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kit/css/search.css b/kit/css/search.css index 9706ed8..9519e56 100644 --- a/kit/css/search.css +++ b/kit/css/search.css @@ -39,6 +39,7 @@ outline: none; user-select: none; transition: background-color .2s; + margin-top: .75em; } @media screen and (max-width: 1280px) { @@ -47,11 +48,11 @@ } } -@media screen and (max-width: 560px) { +/* @media screen and (max-width: 560px) { .tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button { margin: 15px 0; } -} +} */ .tx-indexedsearch .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit button:hover { text-decoration: none;