Skip to content

Commit d46f0a6

Browse files
author
MatthieuLP
committed
better responsiveness for search
1 parent 53fdb03 commit d46f0a6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

css/hf_base.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,8 +1004,10 @@ li.path-ext-svg a img {
10041004
.mcs-container {
10051005
display: flex;
10061006
flex-direction: row;
1007-
gap: 0 15px;
1007+
gap: 10px 15px;
10081008
align-items: center;
1009+
flex-wrap: wrap;
1010+
margin: 0 15px;
10091011
}
10101012

10111013
.filter-manager,
@@ -1038,9 +1040,6 @@ li.path-ext-svg a img {
10381040
.filter-cancel:hover {
10391041
background: #dadada;
10401042
}
1041-
.filter-manager {
1042-
margin-left: 15px;
1043-
}
10441043

10451044
.mcs-icon.pwg-icon-cog {
10461045
margin-right: 5px;

0 commit comments

Comments
 (0)