+
diff --git a/src/public/stylesheets/theme-next/settings.css b/src/public/stylesheets/theme-next/settings.css
index 31342c597..41b50cc39 100644
--- a/src/public/stylesheets/theme-next/settings.css
+++ b/src/public/stylesheets/theme-next/settings.css
@@ -100,6 +100,13 @@
margin-bottom: 6px;
}
+.options-section .alert {
+ margin-bottom: 8px;
+ background: var(--alert-bar-background) !important;
+ border-radius: 8px;
+ font-size: .85em;
+}
+
/* Appeareance */
.main-font-size-input-group,
diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css
index c12055896..f19ca12d7 100644
--- a/src/public/stylesheets/theme-next/shell.css
+++ b/src/public/stylesheets/theme-next/shell.css
@@ -1904,7 +1904,7 @@ body.background-effects.zen #root-widget {
}
}
-#center-pane div.alert {
+#center-pane .note-split > div.alert {
position: relative;
margin: 8px 0 0 0;
border: unset;