Update styles.css

This commit is contained in:
Shabinder Singh 2021-03-17 12:51:02 +05:30 committed by GitHub
parent e34bdcb6d3
commit f6522ac12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,10 +299,14 @@ input.cmn-toggle-round-flat:checked + label:after {
.info-banners { .info-banners {
flex-direction: column; flex-direction: column;
} }
.searchInput { .searchBox:hover > .searchInput {
width: 60vw; width: 60vw;
padding: 0 6px; padding: 0 6px;
} }
.searchInput {
width: 55vw;
padding: 0 6px;
}
.search-icon { .search-icon {
filter: none; filter: none;
} }