Fixed checkboxex alignment

This commit is contained in:
anareaty 2025-02-08 15:50:47 +04:00
parent 145a264b7f
commit 2da9c8ac6b
2 changed files with 12 additions and 1 deletions

View file

@ -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",

View file

@ -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;
}