Skip to content

Commit

Permalink
Fix #738
Browse files Browse the repository at this point in the history
  • Loading branch information
kepano committed Jun 5, 2024
1 parent 65df47d commit 2f69db3
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
4 changes: 3 additions & 1 deletion Minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -3216,8 +3216,9 @@ body:not(.minimal-icons-off) svg.longform {
.minimal-focus-mode.borders-title .workspace-ribbon.mod-left.is-collapsed {
border-right: none;
}
.minimal-focus-mode .mod-top-right-space .sidebar-toggle-button.mod-right {
.minimal-focus-mode .mod-root .sidebar-toggle-button.mod-right {
opacity: 0;
transition: opacity 0.2s ease-in-out 0.5s;
}
.minimal-focus-mode:not(.minimal-status-off) .status-bar {
opacity: 0;
Expand Down Expand Up @@ -3264,6 +3265,7 @@ body:not(.minimal-icons-off) svg.longform {
--tab-outline-width: 1px;
transition: all 0.1s linear 0.05s;
}
.minimal-focus-mode .mod-root .workspace-tab-header-container:hover .sidebar-toggle-button.mod-right,
.minimal-focus-mode .mod-root .workspace-tab-header-container:hover .workspace-tab-header-container-inner,
.minimal-focus-mode .mod-root .workspace-tab-header-container:hover .workspace-tab-header-new-tab,
.minimal-focus-mode .mod-root .workspace-tab-header-container:hover .workspace-tab-header-tab-list {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Minimal",
"version": "7.6.8",
"version": "7.6.9",
"minAppVersion": "1.6.1",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
Expand Down
4 changes: 3 additions & 1 deletion src/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/css/main.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/main.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/main.min.css.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion src/scss/features/focus-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
}

/* Hide right sidebar button */
.mod-top-right-space .sidebar-toggle-button.mod-right {
.mod-root .sidebar-toggle-button.mod-right {
opacity: 0;
transition: opacity 0.2s ease-in-out 0.5s;
}

/* Hide status bar */
Expand Down Expand Up @@ -100,6 +101,8 @@
height: var(--header-height);
--tab-outline-width: 1px;
transition: all 0.1s linear 0.05s;

.sidebar-toggle-button.mod-right,
.workspace-tab-header-container-inner,
.workspace-tab-header-new-tab,
.workspace-tab-header-tab-list {
Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

0 comments on commit 2f69db3

Please sign in to comment.