Skip to content

Commit

Permalink
Add space for view arrows on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kepano committed Jun 24, 2024
1 parent 5049e9f commit 0b44561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ body.hider-vault:not(.is-mobile) .workspace-split.mod-left-split .workspace-side
display: none;
}

.hider-tabs .mod-top-left-space .view-header {
padding-left: var(--frame-left-space);
}

/* Hide sidebar buttons */
.hider-sidebar-buttons .sidebar-toggle-button.mod-right,
.hider-sidebar-buttons .sidebar-toggle-button.mod-left {
Expand Down

0 comments on commit 0b44561

Please sign in to comment.