Merge pull request #158 from Quorafind/main

fix: mobile toolbar space issue in 1.9.0
This commit is contained in:
Phillip 2025-06-12 08:40:12 +02:00 committed by GitHub
commit fd312506b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -17,6 +17,10 @@
z-index: 5;
margin-bottom: var(--at-offset);
}
.mobile-toolbar-spacer {
height: 0px;
}
}
.AT-always-shown {
.is-pinned {