Skip to content

Commit

Permalink
Small change to fix some issues with scrolling and hidden fold icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kepano committed Jul 8, 2023
1 parent 67b9303 commit cd51d87
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -1582,10 +1582,10 @@ body {
margin-inline: auto;
width: 100%; }

/* Prevent x overflow when line numbers are on */
/* Prevent x overflow when line numbers are on
.markdown-source-view.mod-cm6 .cm-sizer {
overflow-x: hidden; }

overflow-x: hidden;
} */
.markdown-source-view.mod-cm6.is-readable-line-width .cm-content,
.markdown-source-view.mod-cm6.is-readable-line-width .cm-sizer {
max-width: 100%;
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.0.5",
"version": "7.0.6",
"minAppVersion": "1.1.9",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",
Expand Down
6 changes: 3 additions & 3 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1539,10 +1539,10 @@ body {
margin-inline: auto;
width: 100%; }

/* Prevent x overflow when line numbers are on */
/* Prevent x overflow when line numbers are on
.markdown-source-view.mod-cm6 .cm-sizer {
overflow-x: hidden; }

overflow-x: hidden;
} */
.markdown-source-view.mod-cm6.is-readable-line-width .cm-content,
.markdown-source-view.mod-cm6.is-readable-line-width .cm-sizer {
max-width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/css/main.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/scss/features/block-width.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ body {
margin-inline: auto;
width: 100%;
}
/* Prevent x overflow when line numbers are on */
/* Prevent x overflow when line numbers are on
.markdown-source-view.mod-cm6 .cm-sizer {
overflow-x: hidden;
}
} */
.markdown-source-view.mod-cm6.is-readable-line-width .cm-content,
.markdown-source-view.mod-cm6.is-readable-line-width .cm-sizer {
max-width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"7.0.6": "1.1.9",
"7.0.5": "1.1.9",
"7.0.4": "1.1.9",
"7.0.3": "1.1.9",
Expand Down

0 comments on commit cd51d87

Please sign in to comment.