summaryrefslogtreecommitdiff
path: root/frontend/src/components/TitleView.tsx
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-08-15 13:22:38 -0400
committerAAGaming <aa@mail.catvibers.me>2022-08-15 13:22:38 -0400
commit3b1b6d28d608ea0a7e082418bd89d2f2a540b40c (patch)
tree2a932ce8770fe3ceb33980458f154fe7b6f4a054 /frontend/src/components/TitleView.tsx
parent0a735886c9d3e91a7e8140f05a3d309ff8ed17b1 (diff)
downloaddecky-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.tsx1
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',
};