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;
}
.content img {
cursor: pointer;
.content img, .content video, .content iframe, .content audio {
box-sizing: border-box;
max-width: 100%;
max-height: 100%;
}
.content img {
cursor: pointer;
}
.content iframe {
border: none;
}
-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);