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
+6 -2
View File
@@ -40,12 +40,16 @@
display: block; display: block;
} }
.content img { .content img, .content video, .content iframe, .content audio {
cursor: pointer; box-sizing: border-box;
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
} }
.content img {
cursor: pointer;
}
.content iframe { .content iframe {
border: none; border: none;
} }
-7
View File
@@ -311,13 +311,6 @@
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 */
.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);