Fixed story preview styling
This commit is contained in:
parent
6338e86a33
commit
ef94349341
@ -28,11 +28,12 @@ const styles = {
|
||||
} as CSSProperties,
|
||||
link: {
|
||||
textDecoration: 'none',
|
||||
color: 'var(--bs-body-color)'
|
||||
color: 'var(--bs-body-color)',
|
||||
maxWidth: 'calc(25vh * 9 / 16)',
|
||||
display: 'inline-block',
|
||||
} as CSSProperties,
|
||||
image: {
|
||||
height: '25vh',
|
||||
maxWidth: 'calc(25vh * 9 / 16)',
|
||||
objectFit: 'contain',
|
||||
borderRadius: 12,
|
||||
marginBottom: 5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user