mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 21:49:04 +01:00
feat(views/table): align items expanders
This commit is contained in:
parent
27d515f289
commit
bd840a2421
@ -152,6 +152,11 @@
|
|||||||
color: var(--row-text-color);
|
color: var(--row-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Align items without children/expander to the ones with. */
|
||||||
|
.tabulator-cell > div:first-child + span {
|
||||||
|
padding-left: 21px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Checkbox cells */
|
/* Checkbox cells */
|
||||||
|
|
||||||
.tabulator .tabulator-cell:has(svg),
|
.tabulator .tabulator-cell:has(svg),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user