diff --git a/epicyon-search.css b/epicyon-search.css index 243758e9..0b04e045 100644 --- a/epicyon-search.css +++ b/epicyon-search.css @@ -193,8 +193,9 @@ input[type=text] { @media screen and (min-width: 400px) { .timeline-banner { + object-fit: cover; width: 98vw; - height: var(--search-banner-height); + max-height: var(--search-banner-height); } .hashtagswarm { font-size: var(--hashtag-size1); @@ -232,20 +233,21 @@ input[type=text] { } input[type=checkbox] { - -ms-transform: scale(2); - -moz-transform: scale(2); - -webkit-transform: scale(2); - -o-transform: scale(2); - transform: scale(2); - padding: 10px; - margin: 20px 30px; + -ms-transform: scale(2); + -moz-transform: scale(2); + -webkit-transform: scale(2); + -o-transform: scale(2); + transform: scale(2); + padding: 10px; + margin: 20px 30px; } } @media screen and (max-width: 1000px) { .timeline-banner { + object-fit: cover; width: 98vw; - height: var(--search-banner-height-mobile); + max-height: var(--search-banner-height-mobile); } .hashtagswarm { font-size: var(--hashtag-size2);