mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-19 13:29:14 +00:00
Stop post footer text from disappear at exactly 480px
This commit is contained in:
parent
7c87d63d34
commit
9bd540d659
1 changed files with 1 additions and 1 deletions
|
@ -1098,7 +1098,7 @@ a.search_subreddit:hover {
|
||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 480px) {
|
@media screen and (min-width: 481px) {
|
||||||
#post_links > li.mobile_item {
|
#post_links > li.mobile_item {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue