Add more obvious notifier that the post is an OP
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -42,7 +42,9 @@
|
||||
<tr class="constructed-post">
|
||||
<td align="left">
|
||||
<div class="post-container">
|
||||
<div class="post-left{% if post['op'] %}-op{%endif %}"></div>
|
||||
<div class="post-left{% if post['op'] %}-op{%endif %}">
|
||||
{% if post['op'] %}<div class="post-left-text">OP</div>{%endif %}
|
||||
</div>
|
||||
<div class="post post-right reply{% if post['nsfw'] %} nws{% else %} ws{% endif %}">
|
||||
<div class="post-info">
|
||||
<input type="checkbox" disabled>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user