style.css: remove obsolete css

This commit is contained in:
Zankaria 2025-01-03 19:04:18 +01:00 committed by Zankaria
parent 34ab185b5d
commit 452358b929

View File

@ -193,8 +193,6 @@ img.banner,img.board_image {
.post-image {
display: block;
float: left;
margin: 5px 20px 10px 20px;
border: none;
}
@ -284,14 +282,12 @@ div.post {
margin: 0.2em 4px;
padding: 0.5em 0.3em;
display: inline-block;
max-width: 94%!important;
max-width: 94%;
overflow-wrap: break-word;
@media (max-width: 48em) {
margin: 0.1em 0px;
padding: 0.5em 0px;
width: 100%;
max-width: unset!important;
max-width: 100%;
}
}
@ -351,10 +347,6 @@ div.post.reply {
}
}
div.post.reply div.body {
margin-left: 1.8em;
}
span.trip {
color: #228854;
}
@ -1133,10 +1125,6 @@ div.video-container {
hr {
margin: 1em 0;
}
div.post {
width: 100%;
max-width: 100% !important;
}
div.post.reply {
padding: 0.5em 0px 0.5em 0.5em;
margin: 0px;
@ -1157,8 +1145,7 @@ div.video-container {
}
div.post .files {
display: inline-flex !important;
float:left;
float: left;
flex-flow: row wrap;
align-content: space-between;
margin-right: 10px;