From ba6c8ea46a53389b305498dde74a86298c497714 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 24 May 2022 19:18:14 -0700 Subject: Move actions to the right --- modern/src/settings/NotificationsPage.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modern/src/settings/NotificationsPage.js') diff --git a/modern/src/settings/NotificationsPage.js b/modern/src/settings/NotificationsPage.js index ae463dd3..5f8c5512 100644 --- a/modern/src/settings/NotificationsPage.js +++ b/modern/src/settings/NotificationsPage.js @@ -14,8 +14,8 @@ import CollectionActions from './components/CollectionActions'; const useStyles = makeStyles((theme) => ({ columnAction: { - width: theme.spacing(1), - padding: theme.spacing(0, 1), + width: '1%', + paddingRight: theme.spacing(1), }, })); @@ -52,23 +52,23 @@ const NotificationsPage = () => { - {t('notificationType')} {t('notificationAlways')} {t('sharedAlarms')} {t('notificationNotificators')} + {items.map((item) => ( - - - {t(prefixString('event', item.type))} {formatBoolean(item.always, t)} {formatList('alarm', item.attributes.alarms)} {formatList('notificator', item.notificators)} + + + ))} -- cgit v1.2.3