diff --git a/package.json b/package.json index d8dc9f2..cfbb326 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/styles/advanced-toolbar.scss b/src/styles/advanced-toolbar.scss index e35ef35..4363063 100644 --- a/src/styles/advanced-toolbar.scss +++ b/src/styles/advanced-toolbar.scss @@ -17,6 +17,10 @@ z-index: 5; margin-bottom: var(--at-offset); } + + .mobile-toolbar-spacer { + height: 0px; + } } .AT-always-shown { .is-pinned {