Show user's ban status (#1258)

This commit is contained in:
Cønstantine Kovalensky 2023-12-25 23:07:47 +04:00 committed by GitHub
commit 0791859923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 28 additions and 3 deletions

View file

@ -489,6 +489,17 @@ a.postLink:visited {
line-height: 110%;
}
.poster-banned {
background:#f6f6f6;
border:1px solid #b71c1c;
padding:4px;
border-radius:2px;
font-size:11px;
font-weight:bold;
letter-spacing:1px;
text-align:center
}
.poster_info .avatar {
margin: 5px 0 4px;
max-width: 100px;