fix(dashboard): status icon shifting (#253)

* fix(dashboard): status icon shifting

* fix(photopea): can not enter full screen mode
This commit is contained in:
小白-白 2025-04-26 10:35:53 +08:00 committed by GitHub
parent 7ac5dad989
commit 8ebc46686d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,6 @@ const TaskSummaryStatus = ({ type, status, summary, error, simplified }: TaskSum
return (
<Box
sx={{
ml: 1,
display: "flex",
alignItems: "center",
gap: 1,

View File

@ -254,6 +254,7 @@ const Photopea = () => {
component={"iframe"}
title={"ms"}
src={src}
allowFullScreen
/>
)}
</ViewerDialog>