summaryrefslogtreecommitdiff
path: root/web/css/layout.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-02 11:45:27 +0300
committerPaul Buetow <paul@buetow.org>2026-05-02 11:45:27 +0300
commit23d017ff90abfe7aeea7fb43619d7469e3ec0c2a (patch)
tree95380288fa9d7ee362e43f5f91dcfd3370a79469 /web/css/layout.css
parent5275a0a4cec129bc1ea66beab934bf472f7a7fd2 (diff)
more on this
Diffstat (limited to 'web/css/layout.css')
-rw-r--r--web/css/layout.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/web/css/layout.css b/web/css/layout.css
index 7f0e19e..e52a083 100644
--- a/web/css/layout.css
+++ b/web/css/layout.css
@@ -103,6 +103,31 @@ body {
max-width: 100%;
}
+/* Breadcrumb bar */
+.breadcrumb-bar {
+ display: flex;
+ align-items: center;
+ gap: 0.35rem;
+ flex-wrap: wrap;
+ margin-bottom: 0.75rem;
+ font-size: 0.85rem;
+}
+.breadcrumb-bar.hidden { display: none !important; }
+.breadcrumb-bar button {
+ background: transparent;
+ border: none;
+ color: var(--accent);
+ padding: 0.15rem 0.25rem;
+ cursor: pointer;
+ font: inherit;
+ border-radius: var(--radius-sm);
+}
+.breadcrumb-bar button:hover { background: var(--accent-soft); }
+.breadcrumb-bar .breadcrumb-sep { color: var(--text-muted); user-select: none; }
+
+/* Folder card placeholder */
+.folder-card .thumb-wrap .placeholder { font-size: 3rem; }
+
/* Media grid */
.media-grid {
display: grid;