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;
}