Skip to content

Commit

Permalink
fix(recent-threads): spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Jan 24, 2025
1 parent 7a2fe02 commit bf028b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/threads/RecentThreads.vue
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default {
}
@include break-mobile-sm {
padding: 1.5rem 2.5rem 0;
margin-top: -4.5rem;
margin-top: -1.25rem;
&.is-closed { padding-bottom: 0; }
&.is-open { padding-bottom: 1rem; }
}
Expand Down

0 comments on commit bf028b1

Please sign in to comment.