Add more obvious notifier that the post is an OP

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-08-13 22:00:58 -07:00
parent 44e28c2e44
commit b036a51cfb
2 changed files with 10 additions and 1 deletions

View File

@@ -59,6 +59,13 @@ header {
background-color: #f00;
}
.post-left-text {
transform: translate(0%, 50%) rotate(-90deg);
padding: 1px;
font-weight: bold;
}
.post-right {
display: table-cell;
padding-left: 10px;