File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export async function themePicker(refresh: () => void) {
3535 < a title ='${ loc ( 'changeTheme' ) } ' class ='btn border-0 dropdown-toggle ' data-bs-toggle ='dropdown ' aria-expanded ='false '>
3636 < i class ='bi bi- ${ icon } '> </ i >
3737 </ a >
38- < ul class ='dropdown-menu '>
38+ < ul class ='dropdown-menu dropdown-menu-right '>
3939 < li > < a class ='dropdown-item ' href ='# ' @click =${ e => changeTheme ( e , 'light' ) } > < i class ='bi bi-sun '> </ i > ${ loc ( 'themeLight' ) } </ a > </ li >
4040 < li > < a class ='dropdown-item ' href ='# ' @click =${ e => changeTheme ( e , 'dark' ) } > < i class ='bi bi-moon '> </ i > ${ loc ( 'themeDark' ) } </ a > </ li >
4141 < li > < a class ='dropdown-item ' href ='# ' @click =${ e => changeTheme ( e , 'auto' ) } > < i class ='bi bi-circle-half '> </ i > ${ loc ( 'themeAuto' ) } </ a > </ li >
You can’t perform that action at this time.
0 commit comments