add some classes for nicer scrolling, update lib

This commit is contained in:
AAGaming
2022-08-15 13:22:38 -04:00
parent 0a735886c9
commit 3b1b6d28d6
4 changed files with 37 additions and 22 deletions
-1
View File
@@ -7,7 +7,6 @@ import { useDeckyState } from './DeckyState';
const titleStyles: CSSProperties = {
display: 'flex',
paddingTop: '3px',
paddingBottom: '14px',
paddingRight: '16px',
boxShadow: 'unset',
};