mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 12:09:02 +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);
|
||||
}
|
||||
|
||||
/* Align items without children/expander to the ones with. */
|
||||
.tabulator-cell > div:first-child + span {
|
||||
padding-left: 21px;
|
||||
}
|
||||
|
||||
/* Checkbox cells */
|
||||
|
||||
.tabulator .tabulator-cell:has(svg),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user