Merge pull request #161 from Quorafind/main

Fix issue padding on mobile in 1.9.0
This commit is contained in:
Phillip 2025-06-12 13:29:03 +02:00 committed by GitHub
commit 11b829713d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 9 deletions

16
package-lock.json generated
View file

@ -38,7 +38,7 @@
"obsidian": "latest",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^5.1.6"
"typescript": "^4.9.3"
}
},
"node_modules/@codemirror/autocomplete": {
@ -3978,16 +3978,16 @@
}
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
"node": ">=4.2.0"
}
},
"node_modules/unbox-primitive": {
@ -6941,9 +6941,9 @@
"peer": true
},
"typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true
},
"unbox-primitive": {

View file

@ -41,7 +41,7 @@
"obsidian": "latest",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^5.1.6"
"typescript": "^4.9.3"
},
"dependencies": {
"array-move": "^4.0.0",

View file

@ -16,6 +16,7 @@
position: sticky !important;
z-index: 5;
margin-bottom: var(--at-offset);
padding-bottom: 0 !important;
}
.mobile-toolbar-spacer {