@@ -138,7 +138,7 @@ useEventListener('keydown', (event: KeyboardEvent) => {
138138 <span class =" text-fg-subtle" >/</span >
139139 <span ref =" pathDropdownButtonRef" >
140140 <ButtonBase
141- size =" small "
141+ size =" sm "
142142 class =" px-2 mx-1"
143143 :aria-label =" $t('code.open_path_dropdown')"
144144 :aria-expanded =" isPathDropdownOpen"
@@ -178,13 +178,11 @@ useEventListener('keydown', (event: KeyboardEvent) => {
178178 aria-hidden =" true"
179179 class =" relative h-5 w-4 shrink-0"
180180 >
181+ <!-- add └ mark to better visualize nested folders) -->
181182 <template v-if =" level === index " >
182- <!-- vertical: top of row down to vertical midpoint -->
183183 <span class =" absolute top-0 bottom-1/2 left-2 w-px bg-fg-subtle/50" />
184- <!-- horizontal: midpoint across to right edge of span -->
185184 <span class =" absolute top-1/2 left-2 right-0 h-px bg-fg-subtle/50" />
186185 </template >
187- <!-- intermediate levels: empty spacer (correct for └, not ├) -->
188186 </span >
189187 <span :class =" { 'pl-1': index > 0 }" class =" min-w-0 break-all"
190188 >{{ crumb.name }}<span class =" text-fg-subtle" >/</span ></span
@@ -229,7 +227,7 @@ useEventListener('keydown', (event: KeyboardEvent) => {
229227 v-if =" selectedLines"
230228 class =" py-1 px-3"
231229 :classicon =" permalinkCopied ? 'i-lucide:check' : 'i-lucide:file-braces-corner'"
232- :aria-label =" $t('code.copy_selected ')"
230+ :aria-label =" $t('code.copy_link ')"
233231 @click =" copyPermalinkUrl"
234232 />
235233 <ButtonBase
0 commit comments