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