Skip to content

Commit

Permalink
Updates to make the plugin work with 0.16.0
Browse files Browse the repository at this point in the history
...and to be clear, by "work" I don't mean things won't be broken.
The whole rotated title "spines" thing needs to be completely re-thought
(just as an example)
  • Loading branch information
gordonped committed Sep 2, 2022
1 parent 8e91d95 commit 4a26e89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"description": "Sliding Panes! Based on the style of [Andy Matuschak's Notes](https://notes.andymatuschak.org/)",
"isDesktopOnly": false,
"version": "3.3.0",
"minAppVersion": "0.15.3"
"minAppVersion": "0.16.0"
}
10 changes: 5 additions & 5 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ body.plugin-sliding-panes .workspace>.mod-root {
overflow-x: auto;
overflow-y: hidden;

&>.workspace-leaf {
&>.workspace-tabs {
display: block;
flex: none;
.workspace-leaf-content {

.workspace-leaf {
position: relative;
}
}

&>.workspace-split {
flex: none;
}
Expand All @@ -24,7 +24,7 @@ body.plugin-sliding-panes .workspace>.mod-root {
}

}
body.plugin-sliding-panes-stacking .workspace>.mod-root>.workspace-leaf,
body.plugin-sliding-panes-stacking .workspace>.mod-root>.workspace-tabs,
body.plugin-sliding-panes-stacking .workspace>.mod-root>.workspace-split {
box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.25);
position: sticky;
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"3.4.0": "0.16.0",
"3.3.0": "0.15.3",
"3.2.5": "0.9.7"
}

0 comments on commit 4a26e89

Please sign in to comment.