From 44ca51e0fbbb2828b53db91d07b8573ba30f08d9 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Thu, 16 May 2024 14:43:39 +0200
Subject: [PATCH] ENH: Make different link to parent dir more visible.

---
 CHANGELOG.md               | 1 +
 src/core/css/webcaosdb.css | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bfa42199..93f16f25 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - Using correct (dynamic) base path for file upload.
 - CSS with scrolling for long tables and entity names.
+- [252](https://gitlab.com/linkahead/linkahead-webui/-/issues/252) Make different link to parent dir more visible.
 
 ### Security ###
 
diff --git a/src/core/css/webcaosdb.css b/src/core/css/webcaosdb.css
index bf8f2666..b792bd9e 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;
-- 
GitLab