Skip to content

Commit 5360535

Browse files
alisaismailatiFrancescoMolinaro
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-1759 (pull request DSpace#1792)
[DSC-1759] navbar-search in mobile screen fix Approved-by: Francesco Molinaro
2 parents b434224 + b94cb0a commit 5360535

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)