mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
apply clearfix only on mobile replies
This commit is contained in:
@@ -311,6 +311,13 @@
|
|||||||
background-color: var(--post-mobile-background-color);
|
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 {
|
.replyMobile .postInfo {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-bottom: var(--post-mobile-info-border-bottom);
|
border-bottom: var(--post-mobile-info-border-bottom);
|
||||||
|
|||||||
Reference in New Issue
Block a user