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;
|
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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user