commit 0721931af8d281468d707e5584178334ae2dddd2 parent 7b35178f219995e6c7c01ab677b2395d6e23998f Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Tue, 17 Jun 2025 21:07:51 +0200 fix: style submit box like article object Diffstat:
M | assets/css/custom.css | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/assets/css/custom.css b/assets/css/custom.css @@ -125,8 +125,10 @@ img, video { .submit-container { width: 100%; background-color: var(--bg); - padding: 0.5em; - border-radius: 10px; + padding: 0.5em 0.5em 0em 0.5em; + margin-bottom: 0.5em; + border: 1px solid var(--border); + border-radius: var(--standard-border-radius); position: sticky; top: 0px; z-index: 99;