Skip to content

Commit

Permalink
fix: search input on small screens (vas3k#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Holovin committed Oct 25, 2023
1 parent 37f0bfb commit c659635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/static/css/components/feed.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@

.mobile-menu-opened .feed-sidebar {
transform: translate(0);
margin-top: 20px;
padding-top: 0;
position: relative;
top: 0;
}
}

Expand Down

0 comments on commit c659635

Please sign in to comment.