From e94463df6a6a7b5a2ffdfe14268c4ba5acf2a369 Mon Sep 17 00:00:00 2001 From: simoleo89 <11816867+simoleo89@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:32:40 +0200 Subject: [PATCH] style(vault): fix body bg selector (content-shell) + compact rows Target .nitro-card-content-shell for the grey body (the previous .content-area selector didn't match), and tighten row height (smaller icon box + less gap) to match the more compact Habbo reference. --- src/components/vault/VaultView.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/vault/VaultView.tsx b/src/components/vault/VaultView.tsx index 14dc7e9..7d62637 100644 --- a/src/components/vault/VaultView.tsx +++ b/src/components/vault/VaultView.tsx @@ -56,8 +56,9 @@ const VAULT_STYLES = ` border-color: #34548a; } .nitro-card.nitro-vault, - .nitro-card.nitro-vault .content-area { - background: #dde1e6; + .nitro-card.nitro-vault .content-area, + .nitro-card.nitro-vault .nitro-card-content-shell { + background: #dde1e6 !important; } `; @@ -101,13 +102,13 @@ export const VaultView: FC<{}> = props => return ( setIsVisible(false) } /> - + { EARNINGS.map(row => (
- - + + { localizeWithFallback(row.textKey, row.label) }