Skip to content

Commit 23f6ddf

Browse files
committed
1.10.1
1 parent 6c82896 commit 23f6ddf

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
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": "obsidian-focus-mode",
33
"name": "Focus Mode",
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"minAppVersion": "0.9.12",
66
"description": "Add Focus Mode to Obsidian.",
77
"author": "ryanpcmcquen",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-focus-mode",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Add Focus Mode to Obsidian.",
55
"main": "main.js",
66
"scripts": {

styles.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.focus-mode .cm-s-obsidian div:not(.CodeMirror-activeline) > .CodeMirror-line {
2-
opacity: 0.85;
3-
filter: saturate(0.85);
2+
opacity: 0.85;
3+
filter: saturate(0.85);
44
}
55

66
.focus-mode .status-bar,
@@ -13,25 +13,25 @@
1313
.workspace-leaf.mod-active
1414
~ .workspace-split,
1515
.focus-mode.plugin-tabs .stayopen .view-header {
16-
display: none;
16+
display: none;
1717
}
1818

1919
.focus-mode .view-content {
20-
height: 100%;
20+
height: 100%;
2121
}
2222

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

2828
.focus-mode .workspace-ribbon,
2929
.focus-mode .sidebar-toggle-button {
30-
visibility: hidden;
30+
visibility: hidden;
3131
}
3232

3333
.focus-mode .workspace-ribbon::before,
3434
.focus-mode
3535
.side-dock-ribbon-action[aria-label="Toggle Focus Mode (Shift + Click to show active pane only)"] {
36-
visibility: visible;
36+
visibility: visible;
3737
}

versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"1.10.1": "0.10.9",
23
"1.10.0": "0.10.9",
34
"1.9.0": "0.10.9",
45
"1.8.3": "0.10.9",

0 commit comments

Comments
 (0)