mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
Merge branch 'main' of github.com:civitai/civitai into main
This commit is contained in:
@@ -93,13 +93,15 @@ const useStyles = createStyles((theme) => ({
|
||||
right: theme.spacing.xs,
|
||||
},
|
||||
iosScroll: {
|
||||
'&::after': {
|
||||
position: 'absolute',
|
||||
top: '0px',
|
||||
right: '0px',
|
||||
bottom: '0px',
|
||||
left: '0px',
|
||||
content: '""',
|
||||
[theme.fn.smallerThan('md')]: {
|
||||
'&::after': {
|
||||
position: 'absolute',
|
||||
top: '0px',
|
||||
right: '0px',
|
||||
bottom: '0px',
|
||||
left: '0px',
|
||||
content: '""',
|
||||
},
|
||||
},
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user