mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
User Flairs
This commit is contained in:
parent
1678245750
commit
ef3820a2e1
10 changed files with 64 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue