Skip to content

Commit 6756a86

Browse files
authored
Merge 277b0d0 into fdfb5dc
2 parents fdfb5dc + 277b0d0 commit 6756a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/modern/src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)