diff --git a/src/OberleisteApp.jsx b/src/OberleisteApp.jsx
index 224ff62..c6c1b72 100644
--- a/src/OberleisteApp.jsx
+++ b/src/OberleisteApp.jsx
@@ -64,13 +64,13 @@ function parseScale(input) {
// Caret rechts — alle in einem rechteckigen Container, sichtbare Trennung
// zwischen Icon-Kompartiment und Inhalt.
-const PILL_H = 20 // alte Pill-Hoehe (Buttons/Chips die nicht migriert sind)
-const BAR_H = 24 // neue Widget-Hoehe (BarSelect, BarButton, BarGroup)
+const PILL_H = 18 // alte Pill-Hoehe (Buttons/Chips die nicht migriert sind)
+const BAR_H = 20 // neue Widget-Hoehe (BarSelect, BarButton, BarGroup)
const sep = {
- width: 1, height: 22,
+ width: 1, height: 18,
background: 'var(--border)', flexShrink: 0,
- margin: '0 4px',
+ margin: '0 3px',
}
const groupLabel = {
fontSize: 9, color: 'var(--text-muted)', textTransform: 'uppercase',
@@ -110,12 +110,12 @@ function BarSelect({ icon, value, onChange, title, disabled, width, children, jo
borderTopRightRadius: joinedRight ? 0 : 999,
borderBottomRightRadius: joinedRight ? 0 : 999,
borderRight: joinedRight ? 'none' : '1px solid var(--border)',
- padding: '0 26px 0 12px',
- fontSize: 11, fontFamily: 'var(--font)',
+ padding: '0 22px 0 10px',
+ fontSize: 10, fontFamily: 'var(--font)',
appearance: 'none', WebkitAppearance: 'none',
backgroundImage: 'var(--select-arrow)',
backgroundRepeat: 'no-repeat',
- backgroundPosition: 'right 10px center',
+ backgroundPosition: 'right 8px center',
cursor: disabled ? 'not-allowed' : 'pointer',
flexShrink: 0, outline: 'none',
letterSpacing: 0,
@@ -143,7 +143,7 @@ function BarButton({ icon, onClick, title, disabled, active, joinedLeft }) {
opacity: disabled ? 0.5 : 1, flexShrink: 0,
padding: 0,
}}>
-