From 41b6d14e4555eaea1c0b17490734f0ba82ce88f5 Mon Sep 17 00:00:00 2001 From: ulith Date: Tue, 28 Jan 2025 14:15:16 +1300 Subject: [PATCH] visual tweaks --- src/modules/config.js | 2 +- static/rot/rot.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/config.js b/src/modules/config.js index 61acd074..782e2df6 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -96,7 +96,7 @@ export const defaultState = { useOneClickNsfw: false, useContainFit: true, disableStickyHeaders: false, - showScrollbars: true, + showScrollbars: false, greentext: undefined, // instance default mentionLinkDisplay: undefined, // instance default mentionLinkShowTooltip: undefined, // instance default diff --git a/static/rot/rot.css b/static/rot/rot.css index 5b9188e8..8fc3dcdb 100644 --- a/static/rot/rot.css +++ b/static/rot/rot.css @@ -96,9 +96,9 @@ input:checked ~ .mutecheck:hover::before { display: flex; align-items: center; gap: 8px; - padding: 12px 16px 12px 16px; - min-height: 32px; - max-height: 32px; + padding: 4px 12px; + min-height: 36px; + max-height: 36px; } .volume-button-dwn, .volume-button-up {