Skip to content

Commit

Permalink
1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan McQuen authored and Ryan McQuen committed Oct 19, 2022
1 parent 6c82896 commit 23f6ddf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-focus-mode",
"name": "Focus Mode",
"version": "1.10.0",
"version": "1.10.1",
"minAppVersion": "0.9.12",
"description": "Add Focus Mode to Obsidian.",
"author": "ryanpcmcquen",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-focus-mode",
"version": "1.10.0",
"version": "1.10.1",
"description": "Add Focus Mode to Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.focus-mode .cm-s-obsidian div:not(.CodeMirror-activeline) > .CodeMirror-line {
opacity: 0.85;
filter: saturate(0.85);
opacity: 0.85;
filter: saturate(0.85);
}

.focus-mode .status-bar,
Expand All @@ -13,25 +13,25 @@
.workspace-leaf.mod-active
~ .workspace-split,
.focus-mode.plugin-tabs .stayopen .view-header {
display: none;
display: none;
}

.focus-mode .view-content {
height: 100%;
height: 100%;
}

.focus-mode .workspace-split.maximised .workspace-leaf.mod-active {
/* 4px is for scrollbar width: */
flex-basis: calc(100% - 4px);
flex-basis: calc(100% - 4px);
}

.focus-mode .workspace-ribbon,
.focus-mode .sidebar-toggle-button {
visibility: hidden;
visibility: hidden;
}

.focus-mode .workspace-ribbon::before,
.focus-mode
.side-dock-ribbon-action[aria-label="Toggle Focus Mode (Shift + Click to show active pane only)"] {
visibility: visible;
visibility: visible;
}
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.10.1": "0.10.9",
"1.10.0": "0.10.9",
"1.9.0": "0.10.9",
"1.8.3": "0.10.9",
Expand Down

0 comments on commit 23f6ddf

Please sign in to comment.