mirror of
https://github.com/gra0007/obsidian-css-inlay-colors.git
synced 2026-07-22 10:40:31 +00:00
Hide internal border on code block with baseline theme
This commit is contained in:
parent
fb6e038c18
commit
6c3b4e1825
2 changed files with 7 additions and 0 deletions
5
.changes/fix-preview-border.md
Normal file
5
.changes/fix-preview-border.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"obsidian-css-inlay-colors": patch:fix
|
||||
---
|
||||
|
||||
Ensure borders between the preview and text are hidden with certain themes in the live preview mode
|
||||
|
|
@ -27,10 +27,12 @@
|
|||
padding-inline-end: 0;
|
||||
border-start-end-radius: 0;
|
||||
border-end-end-radius: 0;
|
||||
border-inline-end: 0;
|
||||
|
||||
& + .cm-inline-code:not(.cm-formatting) {
|
||||
padding-inline-start: 0;
|
||||
border-start-start-radius: 0;
|
||||
border-end-start-radius: 0;
|
||||
border-inline-start: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue