Skip to content

Commit

Permalink
Fix filters bar height in desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Dec 31, 2023
1 parent 27e0cdc commit a062ae4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
.desktop({
height: 56px;
padding: 0 16px;
flex: 0 0 auto;
});
.mobile({
height: 28px;
padding: 0 8px;
flex: 0 0 auto;
});
display: flex;

Expand Down

0 comments on commit a062ae4

Please sign in to comment.