Skip to content

Commit

Permalink
fix: actually remove extra code block border
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-malikov committed Dec 11, 2022
1 parent 5a78dde commit 1b31397
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
17 changes: 0 additions & 17 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,4 @@ export const SmoorthTheme = EditorView.theme({
animationTimingFunction: "cubic-bezier(0.85, 0, 0.15, 1) !important",
animationIterationCount: "20 !important",
},

".HyperMD-codeblock-bg": {
backgroundColor: "transparent !important",
border: "0 solid var(--code-background)",
borderLeftWidth: "0.2em",
borderRightWidth: "0.2em",
},

".HyperMD-codeblock-begin-bg": {
backgroundColor: "transparent !important",
borderTopWidth: "0.2em",
},

".HyperMD-codeblock-end-bg": {
backgroundColor: "transparent !important",
borderBottomWidth: "0.2em",
},
});
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "smoorth",
"name": "Smoorth",
"version": "1.3.1",
"version": "1.3.2",
"minAppVersion": "1.0.1",
"description": "A smooth and round caret.",
"author": "Andrew Malikov",
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": "smoorth",
"version": "1.3.0",
"version": "1.3.2",
"description": "A smooth and round caret for Obsidian",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"1.1.0": "1.0.1",
"1.2.0": "1.0.1",
"1.3.0": "1.0.1",
"1.3.1": "1.0.1"
"1.3.1": "1.0.1",
"1.3.2": "1.0.1"
}

0 comments on commit 1b31397

Please sign in to comment.