From 80f15645b12bb5b8363ddf670f8cd899048558f4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 10:36:10 +0200 Subject: [PATCH] auto-git: [change] index.html --- index.html | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index be15346..f457ebb 100644 --- a/index.html +++ b/index.html @@ -162,24 +162,29 @@ #folderTitleArrow.open { transform: rotate(90deg); } +.interaction-bar { + min-height: 3.5rem; /* = h-16 (56px, wie jetzt schon) */ + padding-top: 0 !important; + padding-bottom: 0 !important; + font-size: 0.95rem; +} - .interaction-bar { - font-family: inherit; - color: var(--accent); - font-weight: 600; - font-size: 1rem; - border-top: 1px solid var(--border); - background: var(--bg-sidebar); - } +.interaction-bar .flex { + line-height: 1.2; /* wenig Zeilenabstand */ + height: 100%; /* volle Höhe ausnutzen, vertikal zentrieren */ +} - .interaction-bar .font-bold { - font-size: 1.0em; - letter-spacing: 0.02em; - } +.interaction-bar span { + font-size: inherit !important; /* gleiche Größe wie restlicher Text */ + font-weight: 500; +} - .interaction-bar .flex { - margin-left: 100px; - } +.interaction-bar div > div { + margin-bottom: 0.1em; /* nur minimal Abstand */ +} +.interaction-bar div > div:last-child { + margin-bottom: 0; +}