From 71c671f7bf7524fd23bb680774d03cab5a6b6386 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Mon, 25 Mar 2024 15:54:44 -0500 Subject: [PATCH] style updates --- core/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/core/style.css b/core/style.css index 869f84f..ccee9db 100644 --- a/core/style.css +++ b/core/style.css @@ -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%;