mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed node panel padding
This commit is contained in:
parent
336582b3d6
commit
ef74dc42e5
1 changed files with 2 additions and 0 deletions
|
@ -8,8 +8,10 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
&:global(.stack) {
|
&:global(.stack) {
|
||||||
|
padding: 0 $gap;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue