mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-16 08:42:34 +01:00
make it look nicer?
This commit is contained in:
@@ -85,7 +85,7 @@ function LazyImage(props: IProps) {
|
||||
ref={ref}
|
||||
src={imageSrc}
|
||||
alt={`Page #${index}`}
|
||||
style={{ width: '100%' }}
|
||||
style={{ width: '100%', maxWidth: '95vw' }}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user