mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-25 11:22:26 +00:00
Fix #376
This commit is contained in:
parent
f9b3981448
commit
6b59976fcf
5 changed files with 6 additions and 6 deletions
|
@ -876,7 +876,7 @@ a.search_subreddit:hover {
|
|||
|
||||
#post_url {
|
||||
color: var(--accent);
|
||||
margin: 5px 15px;
|
||||
margin: 5px 12px;
|
||||
grid-area: post_media;
|
||||
}
|
||||
|
||||
|
@ -903,7 +903,7 @@ a.search_subreddit:hover {
|
|||
opacity: 0.5;
|
||||
font-size: 14px;
|
||||
grid-area: post_footer;
|
||||
margin: 5px 20px 15px 15px;
|
||||
margin: 5px 20px 15px 12px;
|
||||
}
|
||||
|
||||
.post_comments {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue