mirror of
https://github.com/jsmorabito/obsidian-commander.git
synced 2026-07-22 06:40:31 +00:00
Merge pull request #158 from Quorafind/main
fix: mobile toolbar space issue in 1.9.0
This commit is contained in:
commit
fd312506b6
2 changed files with 5 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@
|
|||
z-index: 5;
|
||||
margin-bottom: var(--at-offset);
|
||||
}
|
||||
|
||||
.mobile-toolbar-spacer {
|
||||
height: 0px;
|
||||
}
|
||||
}
|
||||
.AT-always-shown {
|
||||
.is-pinned {
|
||||
|
|
|
|||
Loading…
Reference in a new issue