Post upvote ratio, permalink and reddit link

This commit is contained in:
spikecodes 2021-01-03 13:06:49 -08:00
parent 67090e9b08
commit 0dd114c166
7 changed files with 62 additions and 31 deletions

View file

@ -326,6 +326,24 @@ input[type="submit"]:hover { color: var(--accent); }
font-size: 16px;
}
#post_footer {
display: flex;
justify-content: space-between;
opacity: 0.5;
font-size: 14px;
}
#post_links {
display: flex;
list-style: none;
padding: 0;
font-weight: bold;
}
#post_links > li {
margin-right: 15px;
}
.nsfw {
color: #FF5C5D;
margin-top: 20px;