mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-22 22:25:01 -04:00
Add link flairs
This commit is contained in:
Vendored
+9
@@ -785,6 +785,15 @@ input[type="submit"]:hover,
|
||||
font-size: 12px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.title .postflair {
|
||||
display: inline-block;
|
||||
border-radius: 4px;
|
||||
padding: 1ch;
|
||||
color: #dadada;
|
||||
background-color: #6f6f6f;
|
||||
font-size: 12px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#post .submitted {
|
||||
font-size: small;
|
||||
color: #686868;
|
||||
|
||||
Reference in New Issue
Block a user