Skip to content

Commit

Permalink
Merge pull request #87 from ButteredCats/fix_post_footer_text
Browse files Browse the repository at this point in the history
Stop post footer text from disappearing when screen is exactly 480px wide
  • Loading branch information
sigaloid authored May 29, 2024
2 parents 8c67d33 + 9bd540d commit e597ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ a.search_subreddit:hover {
display: auto;
}

@media screen and (min-width: 480px) {
@media screen and (min-width: 481px) {
#post_links > li.mobile_item {
display: none;
}
Expand Down

0 comments on commit e597ed8

Please sign in to comment.