mirror of
https://github.com/ozavodny/obsidian-copy-inline-code-plugin.git
synced 2026-07-22 08:10:25 +00:00
Remove gap between words when invisible
This commit is contained in:
parent
047ee2e7f3
commit
52b8a5ebfb
1 changed files with 4 additions and 4 deletions
|
|
@ -13,16 +13,16 @@
|
|||
|
||||
.show-on-hover {
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Source Mode */
|
||||
.cm-line:hover .show-on-hover {
|
||||
opacity: 1;
|
||||
display: inline;
|
||||
}
|
||||
/* Reading Mode */
|
||||
code:hover .show-on-hover {
|
||||
opacity: 1;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.tasks-setting-important {
|
||||
|
|
@ -50,4 +50,4 @@ code:hover .show-on-hover {
|
|||
|
||||
.invalid-preview-icon {
|
||||
color: var(--text-error) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue