From 9ff6a1e683a0876342ec21cc64443247b2789421 Mon Sep 17 00:00:00 2001 From: elioat Date: Sun, 22 Dec 2024 21:42:06 -0500 Subject: * --- html/file-system/index.html | 73 ++++++++++++++++++++++++++++++--------------- 1 file changed, 49 insertions(+), 24 deletions(-) (limited to 'html') diff --git a/html/file-system/index.html b/html/file-system/index.html index 45bfaaf..03ee17b 100644 --- a/html/file-system/index.html +++ b/html/file-system/index.html @@ -448,10 +448,16 @@ } #breadcrumbs { - padding: 0.5em; - margin-bottom: 1em; + padding: 0.5em 1em; + margin: 0; border-bottom: 1px solid #e0e0e0; - display: none; /* Hidden in tree view */ + display: none; + text-align: left; + background-color: #f8f8f8; + border-radius: 4px 4px 0 0; + white-space: normal; + word-break: keep-all; + line-height: 1.8; } .breadcrumb-item { @@ -459,15 +465,20 @@ cursor: pointer; padding: 0.2em 0.5em; border-radius: 3px; + color: #666; + white-space: nowrap; } .breadcrumb-item:hover { background-color: rgba(0, 0, 0, 0.05); + color: #000; } .breadcrumb-separator { - margin: 0 0.5em; - color: #666; + margin: 0 0.2em; + color: #999; + user-select: none; + display: inline-block; } /* Grid view styles */ @@ -502,6 +513,16 @@ word-break: break-word; max-width: 100%; } + + /* Update container to accommodate breadcrumbs */ + #fileSystemContainer { + display: flex; + flex-direction: column; + } + + .grid-view { + padding-top: 0; /* Remove top padding since breadcrumbs provide spacing */ + } @@ -516,6 +537,7 @@
+
~
@@ -554,8 +576,6 @@
- -