Skip to content

Commit

Permalink
UI: Fix feed load more button margins
Browse files Browse the repository at this point in the history
  • Loading branch information
previnder committed Oct 22, 2024
1 parent d97e3a5 commit 55fbbb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/scss/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,9 @@ html.theme-dark {
button {
width: 100%;
}
@include mixins.tablet {
margin-left: 0;
}
}
.feed-no-more,
.feed-none,
Expand Down

0 comments on commit 55fbbb4

Please sign in to comment.