mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-07-02 19:52:43 +03:00
Patch 5.1.7 (#631)
* npm package update/npm audit fix/manifest version update * Dependabot grouping update * Minor branding update * Updated copyright dates * Bumped typescript to 6.0.3
This commit is contained in:
@@ -6,11 +6,17 @@ export const useStyles = makeStyles({
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
gap: tokens.spacingVerticalM,
|
||||
padding: `${tokens.spacingVerticalS} ${tokens.spacingHorizontalM}`,
|
||||
padding: `${tokens.spacingVerticalS} ${tokens.spacingHorizontalM}`
|
||||
},
|
||||
horizontalContainer:
|
||||
{
|
||||
display: "flex",
|
||||
gap: tokens.spacingHorizontalSNudge,
|
||||
},
|
||||
img:
|
||||
{
|
||||
height: "100px",
|
||||
alignSelf: "flex-end",
|
||||
flexGrow: 1
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user