mirror of
https://github.com/mayurankv/Obsidian-Code-Styler.git
synced 2026-07-22 08:10:29 +00:00
Header padding correction
This commit is contained in:
parent
50e67c0262
commit
5feff32ec0
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ body .codeblock-customizer-header-container:not(:has( img.codeblock-customizer-i
|
|||
}
|
||||
body:not([class*='codeblock-customizer-show-langicons']):not([class*='codeblock-customizer-show-langnames']) .codeblock-customizer-header-container-specific .codeblock-customizer-header-text,
|
||||
body:not(.codeblock-customizer-show-langicons-always):not(.codeblock-customizer-header-container) .codeblock-customizer-header-container .codeblock-customizer-header-text,
|
||||
body .codeblock-customizer-header-container-specific:not(:has( img.codeblock-customizer-icon)) .codeblock-customizer-header-text {
|
||||
body .codeblock-customizer-header-container-specific:not(:has( [class^="codeblock-customizer-header-language-tag-"])) .codeblock-customizer-header-text {
|
||||
padding-left: var(--header-spacing);
|
||||
}
|
||||
div:has(> img.codeblock-customizer-icon) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue