mirror of
https://github.com/anareaty/html-checkboxes.git
synced 2026-07-22 05:37:43 +00:00
Fixed checkboxex alignment
This commit is contained in:
parent
145a264b7f
commit
2da9c8ac6b
2 changed files with 12 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "html-checkboxes",
|
||||
"name": "HTML checkboxes",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Allows to quickly add HTML checkboxes to your notes and makes them clickable.",
|
||||
"author": "Anareaty",
|
||||
|
|
|
|||
11
styles.css
11
styles.css
|
|
@ -2,3 +2,14 @@
|
|||
body:has(.checkbox-menu) .menu:has([data-section='table']) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cm-html-embed > input[type="checkbox"] {
|
||||
top: -0.1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.markdown-preview-sizer input[type="checkbox"][id],
|
||||
.table-cell-wrapper input[type="checkbox"][id] {
|
||||
position: relative;
|
||||
top: 0.2em;
|
||||
}
|
||||
Loading…
Reference in a new issue