fix(post): OP thumbnail overlaps with replies when image has unusual dimensions

This commit is contained in:
plebeius
2026-01-18 18:41:05 +01:00
parent 4b0402996f
commit 5e1114e087
2 changed files with 13 additions and 1 deletions
+7
View File
@@ -79,6 +79,13 @@
clear: both;
}
/* clearfix for OP content to contain floated thumbnail before replies */
.opContainer::after {
content: "";
display: table;
clear: both;
}
.postDesktop .hideThread {
background-image: var(--post-hide-button-background-image);
}