Improve document list view

Replace the html table with something that has more vertical space,
but scales better horizontally. On most screens at least 6-8 entries
should be visible at once.
This commit is contained in:
Eike Kettner
2020-05-17 14:01:40 +02:00
parent 8a56cf0801
commit f45b40342c
5 changed files with 208 additions and 13 deletions

View File

@ -132,6 +132,14 @@ textarea.markdown-editor {
padding-right: 1em;
}
.default-layout .ui.grid > .column.item-list:not(.row) {
padding-top: 0.3em;
padding-bottom: 0.6em;
}
.default-layout .ui.grid > .column.item-list:not(.row):last-child {
padding-bottom: 1.5rem;
}
label span.muted {
font-size: smaller;
color: rgba(0,0,0,0.6);