fix: Button-Höhen angeglichen
- Help- und Logout-Button haben jetzt identische Styles - Gleiche lineHeight, boxSizing und fontFamily für konsistente Höhe - Beide Buttons verwenden inline-flex mit center alignment
This commit is contained in:
@@ -819,6 +819,9 @@ export default function CuratorPageClient() {
|
||||
display: 'inline-flex',
|
||||
alignItems: 'center',
|
||||
gap: '0.25rem',
|
||||
lineHeight: '1.5',
|
||||
boxSizing: 'border-box',
|
||||
fontFamily: 'inherit',
|
||||
}}
|
||||
>
|
||||
❓ {tHelp('helpButton')}
|
||||
@@ -833,6 +836,12 @@ export default function CuratorPageClient() {
|
||||
border: 'none',
|
||||
borderRadius: '0.375rem',
|
||||
cursor: 'pointer',
|
||||
fontSize: '0.9rem',
|
||||
display: 'inline-flex',
|
||||
alignItems: 'center',
|
||||
lineHeight: '1.5',
|
||||
boxSizing: 'border-box',
|
||||
fontFamily: 'inherit',
|
||||
}}
|
||||
>
|
||||
{t('logout')}
|
||||
|
||||
Reference in New Issue
Block a user