Skip to content

Commit

Permalink
Fix issue #47 - Right sidebar not clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeby committed Apr 25, 2023
1 parent 58a52e0 commit 3b816fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "pane-relief",
"name": "Pane Relief",
"version": "0.4.1",
"version": "0.4.2",
"minAppVersion": "0.15.9",
"description": "Per-tab history, hotkeys for pane/tab movement, navigation, sliding workspace, and more",
"author": "PJ Eby",
Expand Down
6 changes: 6 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ body.is-mobile {
padding-right: calc(var(--ribbon-width) + var(--frame-right-space));
}
}

/* Allow enough space at top of right sidebar for right ribbon toggle to function */
.workspace.is-right-sidedock-open & + .mod-right-split .workspace-tabs.mod-top .workspace-tab-header-container::after {
width: calc(var(--ribbon-width) + var(--frame-right-space));
}

div.sidebar-toggle-button.mod-right {
position: fixed;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"0.4.0": "0.15.9",
"0.4.2": "0.15.9",
"0.3.5": "0.15.9",
"0.2.9": "0.15.9",
"0.2.6": "0.14.5",
Expand Down

0 comments on commit 3b816fb

Please sign in to comment.