anareaty_html-checkboxes/styles.css

15 lines
316 B
CSS
Raw Normal View History

2024-09-15 07:25:33 +00:00
2025-02-01 21:41:18 +00:00
body:has(.checkbox-menu) .menu:has([data-section='table']) {
display: none;
}
2025-02-08 11:50:47 +00:00
.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;
}