Improve item detail view

- Separate page (permalink) for item details

- Use available space and hide search menu

- Disable item navigation links if there is nothing to go to

- Show notes more prominently and allow to hide them
This commit is contained in:
Eike Kettner
2019-12-31 00:56:41 +01:00
parent 36a6fdd746
commit c73cdd82ab
12 changed files with 342 additions and 183 deletions

View File

@ -59,6 +59,12 @@
background: aliceblue;
}
.default-layout .ui.fluid.container.item-detail-page {
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
}
.ui.search.dropdown.open {
z-index: 20;
}