style.css: keep poster id on the left of large screens

This commit is contained in:
Zankaria 2024-08-20 10:37:10 +02:00
parent 8d812fa4f4
commit c6fa4706d8

View file

@ -451,7 +451,10 @@ input.delete {
.post-details {
text-wrap: nowrap;
float: right;
@media (max-width: 48em) {
float: right;
}
}
.intro span.subject {