Fix styling of the quote notification settings pillbar in the glitch flavor (#3187)

This commit is contained in:
Claire
2025-09-24 18:24:25 +02:00
committed by GitHub
parent 4eb04e96d0
commit 7821634df9

View File

@@ -150,7 +150,7 @@ class ColumnSettings extends PureComponent {
<section role='group' aria-labelledby='notifications-quote'>
<h3 id='notifications-quote'><FormattedMessage id='notifications.column_settings.quote' defaultMessage='Quotes:' /></h3>
<div className='column-settings__row'>
<div className='column-settings__pillbar'>
<PillBarButton disabled={browserPermission === 'denied'} prefix='notifications_desktop' settings={settings} settingPath={['alerts', 'quote']} onChange={onChange} label={alertStr} />
{showPushSettings && <PillBarButton prefix='notifications_push' settings={pushSettings} settingPath={['alerts', 'quote']} onChange={this.onPushChange} label={pushStr} />}
<PillBarButton prefix='notifications' settings={settings} settingPath={['shows', 'quote']} onChange={onChange} label={showStr} />