mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
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:
parent
67a890cab3
commit
8a917fcde3
3 changed files with 68 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue