@@ -170,7 +170,9 @@ onUnmounted(() => {
&.slim {
text-align: center;
gap: 0;
-
+ .buttonsRight {
+ margin-left: auto;
+ }
.tabs:first-child {
margin-left: 0;
}
diff --git a/packages/frontend/src/pages/notifications.vue b/packages/frontend/src/pages/notifications.vue
index cc32ef51d0..b879ea0e75 100644
--- a/packages/frontend/src/pages/notifications.vue
+++ b/packages/frontend/src/pages/notifications.vue
@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
@@ -73,7 +73,7 @@ const headerActions = computed(() => [{
icon: 'ti ti-filter',
highlighted: includeTypes.value != null,
handler: setFilter,
-} ].filter(x => x !== undefined));
+}].filter(x => x !== undefined));
misskeyApi('notifications/mark-all-as-read');
const headerTabs = computed(() => [{
key: 'all',