mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 11:42:10 +00:00
style: Add styling for tags container in repacks modal
This commit is contained in:
parent
58693fdb00
commit
2662ba3875
1 changed files with 7 additions and 0 deletions
|
@ -16,3 +16,10 @@ export const repackButton = style({
|
||||||
color: vars.color.bodyText,
|
color: vars.color.bodyText,
|
||||||
padding: `${SPACING_UNIT * 2}px`,
|
padding: `${SPACING_UNIT * 2}px`,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
export const tagsContainer = style({
|
||||||
|
display: "flex",
|
||||||
|
gap: `${SPACING_UNIT}px`,
|
||||||
|
flexWrap: "wrap",
|
||||||
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue