add enlarge image effect to desktop views

This commit is contained in:
Tom
2023-04-29 17:44:27 +02:00
parent 2764a8ae87
commit 756a53dd29
4 changed files with 70 additions and 25 deletions
+7
View File
@@ -54,6 +54,13 @@ const GlobalStyle = createGlobalStyle`
margin: 0;
padding: 0;
}
.enlarged {
max-width: none !important;
max-height: none !important;
width: auto !important;
height: auto !important;
}
`;
const StyledContainer = styled(ToastContainer)`