diff --git a/readme.md b/readme.md index e959b60..971b8d3 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,8 @@ UX is mainly brought from modern browsers: ## Keyboard shortcuts +Note: replace SHIFT with CMD on macOS + - Pin/unpin a tab: CTRL + P - Close a tab: SHIFT + CTRL + W diff --git a/src/main.tsx b/src/main.tsx index bce7734..4bed257 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -15,7 +15,11 @@ function main() { [data-active-keystroke=${mac ? "Meta" : "Control"} i] :is(.block-ref,.page-ref,a.tag) { cursor: n-resize - }`); + } + #main-content-container { + padding-top: 64px; + } + `); const root = ReactDOM.createRoot(document.getElementById("app")!); root.render(