From 109b5b4c393e44fac93b1bd9494ef4c1539adedb Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 10:36:25 +0200 Subject: [PATCH] auto-git: [change] index.html --- index.html | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/index.html b/index.html index fb0f1e0..3887121 100644 --- a/index.html +++ b/index.html @@ -162,29 +162,7 @@ #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 .flex { - line-height: 1.2; /* wenig Zeilenabstand */ - height: 100%; /* volle Höhe ausnutzen, vertikal zentrieren */ - } - - .interaction-bar span { - font-size: inherit !important; /* gleiche Größe wie restlicher Text */ - font-weight: 500; - } - - .interaction-bar div > div { - margin-bottom: 0.1em; /* nur minimal Abstand */ - } - .interaction-bar div > div:last-child { - margin-bottom: 0; - }