mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' of github.com:hydralauncher/hydra into feat/migration-to-electron-builder
This commit is contained in:
commit
5293038b82
1 changed files with 3 additions and 1 deletions
|
@ -246,7 +246,9 @@ globalStyle(`${description} img`, {
|
||||||
marginTop: `${SPACING_UNIT}px`,
|
marginTop: `${SPACING_UNIT}px`,
|
||||||
marginBottom: `${SPACING_UNIT * 3}px`,
|
marginBottom: `${SPACING_UNIT * 3}px`,
|
||||||
display: "block",
|
display: "block",
|
||||||
maxWidth: "100%",
|
width: "100%",
|
||||||
|
height: "auto",
|
||||||
|
objectFit: "cover",
|
||||||
});
|
});
|
||||||
|
|
||||||
globalStyle(`${description} a`, {
|
globalStyle(`${description} a`, {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue