Skip to content

Commit b94cb0a

Browse files
[DSC-1759] navbar-search in mobile screen fix
1 parent b434224 commit b94cb0a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/app/search-navbar/search-navbar.component.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,9 @@ input[type="text"] {
2121
}
2222

2323
@media screen and (max-width: map-get($grid-breakpoints, md)) {
24-
.query:focus {
24+
.search-input {
2525
max-width: 250px !important;
2626
width: 40vw !important;
2727
}
2828

2929
}
30-
31-
@media screen and (max-width: map-get($grid-breakpoints, sm)) {
32-
.search-input {
33-
width: 55vw !important;
34-
}
35-
}

0 commit comments

Comments
 (0)