Skip to content

Commit 3b816fb

Browse files
committed
Fix issue #47 - Right sidebar not clickable
1 parent 58a52e0 commit 3b816fb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "pane-relief",
33
"name": "Pane Relief",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"minAppVersion": "0.15.9",
66
"description": "Per-tab history, hotkeys for pane/tab movement, navigation, sliding workspace, and more",
77
"author": "PJ Eby",

src/styles.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ body.is-mobile {
112112
padding-right: calc(var(--ribbon-width) + var(--frame-right-space));
113113
}
114114
}
115+
116+
/* Allow enough space at top of right sidebar for right ribbon toggle to function */
117+
.workspace.is-right-sidedock-open & + .mod-right-split .workspace-tabs.mod-top .workspace-tab-header-container::after {
118+
width: calc(var(--ribbon-width) + var(--frame-right-space));
119+
}
120+
115121
div.sidebar-toggle-button.mod-right {
116122
position: fixed;
117123
top: 0;

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"0.4.0": "0.15.9",
2+
"0.4.2": "0.15.9",
33
"0.3.5": "0.15.9",
44
"0.2.9": "0.15.9",
55
"0.2.6": "0.14.5",

0 commit comments

Comments
 (0)