Skip to content

Commit

Permalink
Refs #141134 - Move search terms.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 27, 2021
1 parent 6ed4fa2 commit 4140904
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,29 @@ div#page-document {
}
}

div.search-terms {
display: flex;
max-width: 600px;
flex-wrap: wrap;
padding: 10px;

div.search-phrase {
display: flex;
width: fit-content;
padding: 5px;
margin-top: 2px;
margin-bottom: 2px;
background-color: @s-light-gray;

i.trash {
position: relative;
top: 2px;
margin-right: 0px;
margin-left: 10px;
}
}
}

div.search-input {
max-width: 600px;
flex-wrap: wrap;
Expand Down Expand Up @@ -323,28 +346,6 @@ div#page-document {
margin: 0px;
}
}

div.search-terms {
display: flex;
flex-wrap: wrap;
padding-left: 30px;

div.search-phrase {
display: flex;
width: fit-content;
padding: 5px;
margin-top: 2px;
margin-bottom: 2px;
background-color: @s-light-gray;

i.trash {
position: relative;
top: 2px;
margin-right: 0px;
margin-left: 10px;
}
}
}
}

div.input-controls {
Expand Down

0 comments on commit 4140904

Please sign in to comment.