From 259d01d7ec1b61e4d5605f4b0747a65e78989cf4 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 21 Mar 2026 21:09:13 -0400 Subject: Remove incorrect padding in the decky menu (#891) --- frontend/src/components/TitleView.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/components/TitleView.tsx') diff --git a/frontend/src/components/TitleView.tsx b/frontend/src/components/TitleView.tsx index 0cb82b7f..cce779ff 100644 --- a/frontend/src/components/TitleView.tsx +++ b/frontend/src/components/TitleView.tsx @@ -8,7 +8,6 @@ import { useDeckyState } from './DeckyState'; const titleStyles: CSSProperties = { display: 'flex', - paddingTop: '3px', paddingRight: '16px', position: 'sticky', top: '0px', -- cgit v1.2.3