Commit 5a8e4e5 1 parent ee6fed8 commit 5a8e4e5 Copy full SHA for 5a8e4e5
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <aside v-bind =" $props"
2
+ <aside v-bind =" $props" role = " complementary "
3
3
:class =" ['flex max-h-dvh overflow-hidden duration-200', open ? enterClass : leaveClass, direction === 'left' ? 'flex-row' : 'flex-row-reverse']" >
4
4
<OverlayScrollbarsComponent :defer =" true"
5
5
class =" bg-dark-900 ring-1 ring-white/10 h-full overflow-y-auto w-full" >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<aside
3
- class =" fixed h-dvh z-20 md:flex hidden flex-col p-4 bg-dark-800 gap-10 max-w-20 hover:max-w-72 duration-200 group ring-1 ring-dark-500" >
3
+ class =" fixed h-dvh z-20 md:flex hidden flex-col p-4 bg-dark-800 gap-10 max-w-20 hover:max-w-72 duration-200 group ring-1 ring-dark-500"
4
+ role =" complementary" >
4
5
<NuxtLink href =" /" >
5
6
<img crossorigin =" anonymous" class =" size-11 rounded ring-1 ring-white/10 hover:scale-105 duration-200"
6
7
src =" /logo.webp" alt =" Lysand logo" />
You can’t perform that action at this time.
0 commit comments