mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
feat(views/table): improve layout
This commit is contained in:
parent
60963abe2c
commit
0f7a2adf15
@ -22,7 +22,6 @@ const TPL = /*html*/`
|
|||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-view-container {
|
.table-view-container {
|
||||||
@ -45,8 +44,19 @@ const TPL = /*html*/`
|
|||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabulator .tabulator-header {
|
||||||
|
border-top: unset;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left,
|
||||||
|
.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
|
||||||
|
border-right-width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
.tabulator .tabulator-footer {
|
.tabulator .tabulator-footer {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
padding: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabulator .tabulator-footer .tabulator-footer-contents {
|
.tabulator .tabulator-footer .tabulator-footer-contents {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user