mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
Merge pull request #104 from fxwss/fix/description-image-sizing
💄 fix game details description image size
This commit is contained in:
commit
a072487c55
@ -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…
Reference in New Issue
Block a user