User Flairs

This commit is contained in:
spikecodes 2020-12-20 11:29:23 -08:00
parent 1678245750
commit ef3820a2e1
10 changed files with 64 additions and 31 deletions

View file

@ -253,7 +253,7 @@ a:not(.post_right):hover {
display: none;
}
small {
.post_flair {
background: aqua;
color: black;
padding: 5px;
@ -292,6 +292,16 @@ small {
opacity: 0.9;
}
.author_flair {
background: var(--highlighted);
color: white;
padding: 5px;
margin-right: 5px;
border-radius: 5px;
font-size: 12px;
font-weight: bold;
}
.comment_upvote {
margin-top: 0.5em;
border-radius: 5px 5px 0px 0px;