diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-08-15 13:22:38 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-08-15 13:22:38 -0400 |
| commit | 3b1b6d28d608ea0a7e082418bd89d2f2a540b40c (patch) | |
| tree | 2a932ce8770fe3ceb33980458f154fe7b6f4a054 /frontend/src/components/TitleView.tsx | |
| parent | 0a735886c9d3e91a7e8140f05a3d309ff8ed17b1 (diff) | |
| download | decky-loader-3b1b6d28d608ea0a7e082418bd89d2f2a540b40c.tar.gz decky-loader-3b1b6d28d608ea0a7e082418bd89d2f2a540b40c.zip | |
add some classes for nicer scrolling, update libv2.0.5-pre10
Diffstat (limited to 'frontend/src/components/TitleView.tsx')
| -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 babcd316..d0a3de0b 100644 --- a/frontend/src/components/TitleView.tsx +++ b/frontend/src/components/TitleView.tsx @@ -7,7 +7,6 @@ import { useDeckyState } from './DeckyState'; const titleStyles: CSSProperties = { display: 'flex', paddingTop: '3px', - paddingBottom: '14px', paddingRight: '16px', boxShadow: 'unset', }; |
