visual tweaks

This commit is contained in:
ulith 2025-01-28 14:15:16 +13:00
parent 32b5fa3ef6
commit 41b6d14e45
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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 {