mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-01-31 08:33:22 +01:00
visual tweaks
This commit is contained in:
parent
32b5fa3ef6
commit
41b6d14e45
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue