diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b052c63e17c19ccb73001d6c5f8fc9e5bcddcf9..e0774c1ab8d2960fd783b902ca446dc767a17cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### +- [252](https://gitlab.com/linkahead/linkahead-webui/-/issues/252) Make different link to parent dir more visible. + ### Security ### ### Documentation ### diff --git a/src/core/css/webcaosdb.css b/src/core/css/webcaosdb.css index bf8f2666bba3bb2a03c7dc3c1cca70ac439d4dca..b792bd9ea3ad38a14f82b9524646e5219cdd8578 100644 --- a/src/core/css/webcaosdb.css +++ b/src/core/css/webcaosdb.css @@ -898,6 +898,11 @@ details p { max-width: 80vw; } +/* Make different link to parent dir more visible. */ +.caosdb-entity-heading-attr a { + margin-right: .75em; +} + @media (min-width: 576px) { .caosdb-f-property-value .caosdb-value-list details[open] { max-width: 200px;