Merge branch 'develop' into beta
This commit is contained in:
commit
9a20ad0d02
3 changed files with 3543 additions and 2 deletions
1
packages/backend/native-utils/.gitignore
vendored
1
packages/backend/native-utils/.gitignore
vendored
|
@ -187,7 +187,6 @@ built/
|
|||
#Added by cargo
|
||||
|
||||
/target
|
||||
Cargo.lock
|
||||
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
|
|
3542
packages/backend/native-utils/Cargo.lock
generated
Normal file
3542
packages/backend/native-utils/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -380,7 +380,7 @@ function focusFooter(ev) {
|
|||
}
|
||||
:deep(.fade) {
|
||||
inset: 0;
|
||||
top: 40px;
|
||||
top: 90px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue