mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(post): OP thumbnail overlaps with replies when image has unusual dimensions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user