fix(ags binto): add padding on right side of current-window
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
998c952bab
commit
8e98d62921
2 changed files with 4 additions and 1 deletions
|
@ -1 +1,2 @@
|
||||||
use flake $FLAKE#node
|
use flake "$FLAKE#node"
|
||||||
|
npm ci
|
||||||
|
|
|
@ -35,6 +35,8 @@ export default () => BarRevealer({
|
||||||
center_widget: Box({
|
center_widget: Box({
|
||||||
children: [
|
children: [
|
||||||
CurrentWindow(),
|
CurrentWindow(),
|
||||||
|
|
||||||
|
Separator(PADDING / 2),
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue