feat: add download button on image/gif/video posts (#173)

* feat: add download button on image/gif/video posts

* chore: fix formatting

* chore: dont create reference
This commit is contained in:
Pim 2024-07-05 03:32:12 +02:00 committed by GitHub
parent 67a890cab3
commit 8a917fcde3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 68 additions and 11 deletions

View file

@ -1110,12 +1110,12 @@ a.search_subreddit:hover {
margin-right: 15px;
}
#post_links > li.desktop_item {
.desktop_item {
display: auto;
}
@media screen and (min-width: 481px) {
#post_links > li.mobile_item {
.mobile_item {
display: none;
}
}
@ -1770,10 +1770,11 @@ td, th {
}
#post_links > li { margin-right: 10px }
#post_links > li.desktop_item { display: none }
#post_links > li.mobile_item { display: auto }
.post_footer > p > span#upvoted { display: none }
.desktop_item { display: none }
.mobile_item { display: auto }
.popup {
width: auto;
}