mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 14:53:47 +02:00
Adjust playerbar size
This commit is contained in:
@@ -54,9 +54,9 @@ export const App = () => {
|
||||
fontSizes: {
|
||||
lg: 16,
|
||||
md: 14,
|
||||
sm: 13,
|
||||
sm: 12,
|
||||
xl: 18,
|
||||
xs: 12,
|
||||
xs: 10,
|
||||
},
|
||||
other: {},
|
||||
spacing: {
|
||||
@@ -72,7 +72,7 @@ export const App = () => {
|
||||
autoClose={1500}
|
||||
position="bottom-right"
|
||||
style={{
|
||||
marginBottom: '90px',
|
||||
marginBottom: '85px',
|
||||
opacity: '.8',
|
||||
userSelect: 'none',
|
||||
width: '250px',
|
||||
|
||||
Reference in New Issue
Block a user