diff options
| author | AAGaming <aagaming@riseup.net> | 2026-03-21 21:09:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-21 21:09:13 -0400 |
| commit | 259d01d7ec1b61e4d5605f4b0747a65e78989cf4 (patch) | |
| tree | b04ed163b1348275921e4ae69ad63ef4465eb4f6 /frontend/src | |
| parent | a13887a13afa1e239dc3319310ca373863106fe5 (diff) | |
| download | decky-loader-259d01d7ec1b61e4d5605f4b0747a65e78989cf4.tar.gz decky-loader-259d01d7ec1b61e4d5605f4b0747a65e78989cf4.zip | |
Remove incorrect padding in the decky menu (#891)HEADv3.2.2-pre3main
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/components/TitleView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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', |
