Merge branch 'main' of github.com:hydralauncher/hydra into feat/migration-to-electron-builder

This commit is contained in:
Hydra 2024-04-30 03:31:10 +01:00
commit 8289fb28ee

View file

@ -246,7 +246,9 @@ globalStyle(`${description} img`, {
marginTop: `${SPACING_UNIT}px`,
marginBottom: `${SPACING_UNIT * 3}px`,
display: "block",
maxWidth: "100%",
width: "100%",
height: "auto",
objectFit: "cover",
});
globalStyle(`${description} a`, {