File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const { notification } = defineProps<{
12
12
<NuxtLink :to =" getAccountRoute(notification.account)" >
13
13
<div
14
14
flex items-center absolute
15
- pl-3 pr-4 lrt- left-0
15
+ pl-3 pr-4 left-0 rtl-left-none
16
16
rounded-br-3
17
17
rtl =" pr-3 pl-4 right-0"
18
18
rtl-rounded-bl-3
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const isSelf = $computed(() => status.account.id === currentUser.value?.account.
93
93
<div flex gap-3 :class =" { 'text-secondary': faded }" >
94
94
<div relative >
95
95
<template v-if =" showRebloggedByAvatarOnAvatar " >
96
- <div absolute top--3px lrt- left--0.8 rtl-right--0.8 z--1 w-25px h-25px rounded-full >
96
+ <div absolute top--3px left--0.8 rtl-left-none rtl-right--0.8 z--1 w-25px h-25px rounded-full >
97
97
<AccountAvatar :account =" rebloggedBy" />
98
98
</div >
99
99
</template >
You can’t perform that action at this time.
0 commit comments