diff --git a/src/common/header/Header.jsx b/src/common/header/Header.jsx index 64baed74c1..4e0a962c0a 100644 --- a/src/common/header/Header.jsx +++ b/src/common/header/Header.jsx @@ -111,12 +111,12 @@ const Header = () => { }`} data-testid="app-header" > - + React Play -
+
{showHideBits.showSearch && }
diff --git a/src/common/header/header.css b/src/common/header/header.css index dd985138bb..12a5c84fb8 100644 --- a/src/common/header/header.css +++ b/src/common/header/header.css @@ -101,7 +101,7 @@ display: none; } -@media (min-width: 768px) { +@media (min-width: 1217px) { .navbar-toggler { display: none; } @@ -175,7 +175,7 @@ margin-right: 1rem; } -@media screen and (max-width: 768px) { +@media screen and (max-width: 1217px) { .navbar-collapse.show { display: block; position: fixed; @@ -371,6 +371,15 @@ } */ } +@media screen and (max-width: 1217px) { + .header-links > li > .app-header-btn.app-header-btn--secondary { + color: var(--color-neutral-80); + } + .menu-events { + margin: 0.4rem 0 0rem 0; + } +} + /* searchs Modal */ .modal-share { position: fixed; diff --git a/src/common/search/search.css b/src/common/search/search.css index 6b7154c9cf..f74c4fe8e1 100644 --- a/src/common/search/search.css +++ b/src/common/search/search.css @@ -68,10 +68,14 @@ color: var(--color-neutral-10); } -@media screen and (max-width: 576px) { +@media screen and (max-width: 1217px) { .filter { - padding: 0.5rem 0; + display: grid; + justify-content: start; } +} + +@media screen and (max-width: 576px) { .filter .search-input-icon { left: 0.6rem; width: 20px; @@ -135,6 +139,19 @@ } } +@media screen and (max-width:494px) { + .filter { + display: grid; + justify-content: center; + } +} + +@media screen and (max-width: 408px) { + .filter .filter-area { + width: 198px; + } +} + /* Filters Modal */ .modal-filter { position: fixed;