mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 11:42:10 +00:00
fix: padding adjustment
This commit is contained in:
parent
48e05dcaa5
commit
973db98090
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ import { style } from "@vanilla-extract/css";
|
||||||
export const wrapper = style({
|
export const wrapper = style({
|
||||||
padding: "24px",
|
padding: "24px",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: "100%",
|
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
gap: `${SPACING_UNIT * 3}px`,
|
gap: `${SPACING_UNIT * 3}px`,
|
||||||
|
|
Loading…
Reference in a new issue