Merge branch 'main' of github.com:civitai/civitai into main

This commit is contained in:
Luis Rojas
2024-01-17 14:17:05 -04:00
+9 -7
View File
@@ -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: '""',
},
},
},
}));