Stop post footer text from disappear at exactly 480px

This commit is contained in:
Butter Cat 2024-04-07 17:23:24 -04:00 committed by GitHub
parent 7c87d63d34
commit 9bd540d659
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1098,7 +1098,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;
}