mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 06:13:07 -06:00
Add like querying/checking/rendering to Feed posts
- Change runnerspace.live to Runnerspace - Change post viewing URL to say /post/🆔 instead of /feed/🆔
This commit is contained in:
@@ -296,6 +296,17 @@ nav, footer {
|
||||
padding: 1.5em;
|
||||
padding-bottom: 0.8em;
|
||||
margin: 0.45em;
|
||||
position: relative;
|
||||
|
||||
.fa-heart {
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
right: 1em;
|
||||
color: #b0c9f3;
|
||||
&.liked {
|
||||
color: #1b53a8;
|
||||
}
|
||||
}
|
||||
|
||||
.post-author {
|
||||
margin-top: 1em;
|
||||
|
||||
Reference in New Issue
Block a user