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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user