Skip to content

Commit

Permalink
Update notifications.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Mar 11, 2025
1 parent 361f810 commit 7d86efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/notifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkSpacer :contentMax="800">
<MkHorizontalSwipe v-model:tab="tab" :tabs="headerTabs">
<div v-if="tab === 'all'" key="all">
<div style="view-transition-name: a; contain: paint; padding: 64px;">BBBBBBBBB</div>
<div style="view-transition-name: a; contain: paint; margin: 64px;">BBBBBBBBB</div>
<XNotifications :class="$style.notifications" :excludeTypes="excludeTypes"/>
</div>
<div v-else-if="tab === 'mentions'" key="mention">
Expand Down

0 comments on commit 7d86efd

Please sign in to comment.