diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index fde0f65e..39810b25 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -14,6 +14,7 @@ >
{{ $t('notifications.notifications') }} +  
{{ $t('settings.style.preview.header') }} +   99
diff --git a/src/panel.scss b/src/panel.scss index f63214fd..f2b75cb0 100644 --- a/src/panel.scss +++ b/src/panel.scss @@ -99,6 +99,8 @@ .title { font-size: 1.3em; + display: flex; + align-items: baseline; } .alert { @@ -115,8 +117,7 @@ box-sizing: border-box; margin: 0; min-width: 1px; - padding-top: 0; - padding-bottom: 0; + padding: 0 12px; align-self: stretch; } }