mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-08 05:12:57 +02:00
fix: fixed margin for fullscreen image (#2274)
This commit is contained in:
@@ -114,7 +114,7 @@ export const LibraryHeader = forwardRef(
|
|||||||
onClick={() => closeAllModals()}
|
onClick={() => closeAllModals()}
|
||||||
style={{
|
style={{
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
height: 'calc(100vh - 80px)',
|
height: 'calc(100vh - 72px - 10px - 12px - 12px)', // 72px header, 10px outer modal border, 12px padding bottom image, 12px scrollbar bottom
|
||||||
width: '100%',
|
width: '100%',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user