1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-02 12:57:35 +01:00

style.css: make OP more like a normal post

This commit is contained in:
Zankaria 2024-08-17 00:40:06 +02:00 committed by Zankaria
parent a7c159cc82
commit 5153738d7a

View File

@ -218,11 +218,6 @@ div.post i.fa {
font-size: 16px; font-size: 16px;
} }
div.post.op {
margin-right: 20px;
margin-bottom: 5px;
}
div.post.op hr { div.post.op hr {
border-color: #D9BFB7; border-color: #D9BFB7;
} }
@ -263,6 +258,13 @@ div.delete {
color: maroon; color: maroon;
} }
div.post {
margin: 0.2em 4px;
padding: 0.5em 0.3em;
display: inline-block;
max-width: 94%!important;
}
div.post p { div.post p {
margin: 0; margin: 0;
@ -294,15 +296,15 @@ div.post div.body {
white-space: pre-wrap; white-space: pre-wrap;
} }
div.post.op {
padding-top: 0px;
}
div.post.reply { div.post.reply {
background: #D6DAF0; background: #D6DAF0;
margin: 0.2em 4px;
padding: 0.5em 0.3em;
border-width: 1px; border-width: 1px;
border-style: none solid solid none; border-style: none solid solid none;
border-color: #B7C5D9; border-color: #B7C5D9;
display: inline-block;
max-width: 94%!important;
} }
span.trip { span.trip {