From 77a3e2f16c7c3aa54d8fa16d63c413877bd319af Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 25 Aug 2026 20:43:27 +0200 Subject: [PATCH] Sonnensystem: Lupen-Beschriftung skaliert mit den Stufen (kleiner bei 50/25 %) Co-Authored-By: Claude Opus 4.8 --- App/sims/sonnensystem/game.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/App/sims/sonnensystem/game.html b/App/sims/sonnensystem/game.html index 882b818..a25f43c 100644 --- a/App/sims/sonnensystem/game.html +++ b/App/sims/sonnensystem/game.html @@ -406,6 +406,9 @@ /* bei kleinster Stufe etwas kompakter, damit der Griff nicht die Lupe verdeckt */ #inspect-frame.sc-25 #inspect-resize { width: 20px; height: 20px; bottom: 3px; right: 3px; } #inspect-frame.sc-25 #inspect-resize svg { width: 12px; height: 12px; } + /* Beschriftung (Titel-Fähnchen) mit den Stufen mitverkleinern */ + #inspect-frame.sc-50 #inspect-title { font-size: 8.5px; top: -12px; padding: 1px 7px; } + #inspect-frame.sc-25 #inspect-title { font-size: 6px; top: -9px; padding: 1px 5px; border-radius: 3px; } /* ---------- Info-Karte ---------- */ #info-card { position: absolute;