Skip to content

Commit

Permalink
Merge branch 'main' into dexie-storage-2
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Dec 30, 2024
2 parents 81681e0 + 804cd4a commit 334e64c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist
src-capacitor
src-cordova
android
ios
5 changes: 2 additions & 3 deletions src/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ body {
overscroll-behavior-y: contain;
}

// margin for top elements for ios safe area
body,
.q-drawer,
.q-header,
.q-dialog__inner > div,
.q-notification {
.q-dialog__inner > div {
margin-top: var(--safe-area-inset-top);
// margin-top: 100px; // for testing
}

.q-dialog__inner > div {
Expand Down
2 changes: 1 addition & 1 deletion src/stores/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const useSettingsStore = defineStore("settings", {
),
useNumericKeyboard: useLocalStorage<boolean>(
"cashu.settings.useNumericKeyboard",
true
false
),
enableReceiveSwaps: useLocalStorage<boolean>(
"cashu.settings.enableReceiveSwaps",
Expand Down

0 comments on commit 334e64c

Please sign in to comment.