mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
editor: fix progress not showing in image on mobile
This commit is contained in:
@@ -165,7 +165,9 @@ export function ImageComponent(
|
||||
bg: "background",
|
||||
borderRadius: 100,
|
||||
p: 1,
|
||||
border: "1px solid var(--border)"
|
||||
px: 2,
|
||||
border: "1px solid var(--border)",
|
||||
zIndex: 2
|
||||
}}
|
||||
>
|
||||
<Icon path={Icons.loading} rotate size={14} sx={{ mr: 1 }} />
|
||||
|
||||
Reference in New Issue
Block a user