mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(media): adjust positioning and size
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user