Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Nov 15, 2022
1 parent b6e1e72 commit b639666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/SearchBlock/less/dropdown-filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,14 @@

.ui.right.sidebar {
background-color: white;

box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.25);
}

.sidebar-wrapper {
display: flex;
height: 100%;
flex-direction: column;
z-index: 999;
flex-direction: column;
padding: 1em;

.clear-btn {
Expand Down
2 changes: 1 addition & 1 deletion src/SearchBlock/less/searchresult.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ body.searchlib-page {
.ui.four.cards {
.ui.card.card-item {
width: unset;
font-size: 12px;
min-width: 200px;
font-size: 12px;
flex-basis: 200px;
flex-grow: 1;
border: 1px solid @sf-light-gray2;
Expand Down

0 comments on commit b639666

Please sign in to comment.