apply clearfix only on mobile replies

This commit is contained in:
plebeius.eth
2024-04-02 12:59:33 +02:00
parent 7c7d133100
commit 77eaf9ede7
+7
View File
@@ -311,6 +311,13 @@
background-color: var(--post-mobile-background-color);
}
/* clearfix to the container of the floatied elements to contain them */
.replyMobile .replyContainer::after {
content: "";
display: table;
clear: both;
}
.replyMobile .postInfo {
padding: 5px;
border-bottom: var(--post-mobile-info-border-bottom);