1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-08 23:39:46 +01:00

style.css: remove extra padding from posts that causes horizontal scrolling

This commit is contained in:
Zankaria 2025-01-03 19:21:21 +01:00 committed by Zankaria
parent 452358b929
commit 40f4b34284

View File

@ -286,6 +286,9 @@ div.post {
overflow-wrap: break-word;
@media (max-width: 48em) {
padding: 0px;
margin: 0px;
width: 100%;
max-width: 100%;
}
@ -1127,9 +1130,7 @@ div.video-container {
}
div.post.reply {
padding: 0.5em 0px 0.5em 0.5em;
margin: 0px;
box-sizing: border-box;
margin: 0px;
}
.post-btn {
margin: 0 2px 0 2px;