AppTopBar: add gap

This commit is contained in:
thislight 2024-12-01 23:28:13 +08:00
parent 5d1cf347a4
commit cf985f05ca
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E

View file

@ -1,5 +1,6 @@
.AppTopBar {
& > .toolbar {
padding-top: var(--safe-area-inset-top, 0px);
gap: 8px;
}
}