style updates

This commit is contained in:
Wirlaburla 2024-03-25 15:54:44 -05:00
parent 0386046d13
commit 71c671f7bf

View File

@ -1342,6 +1342,11 @@ body.forum.new table.board-display tr.title-row input {
@media only screen and (orientation: landscape) {
body.forum.index .page-container .newest {
display: flex;
margin: 4px;
}
body.forum.index .page-container .newest > table.board-display {
width: unset;
}
body.forum.thread table.board-display {
@ -1842,6 +1847,19 @@ body > ._weditdialog table tr th {
text-align: left;
}
div.smiley-list {
max-height: 200px;
overflow-y: scroll;
}
div.smiley-list button {
background: none;
border: none;
padding: 2px;
margin: 2px;
cursor: pointer;
}
/* AD STYLING */
.adbanner img {
max-width: 100%;