style(media): adjust positioning and size

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