Skip to content

Commit

Permalink
fixed category sort placeholder height
Browse files Browse the repository at this point in the history
  • Loading branch information
matesich committed Oct 5, 2022
1 parent 5685da0 commit 7768d7b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
text-align: end;
opacity: 0;
animation: appear 100ms 300ms forwards;
min-height: 45px;
display: flex;
align-items: center;
justify-content: flex-end;

@include mobile {
text-align: start;
Expand Down

0 comments on commit 7768d7b

Please sign in to comment.