Skip to content

Feature: Auto generate the post thumbnail #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 4, 2023
Prev Previous commit
Next Next commit
fix(ui): increase theme menu width
  • Loading branch information
ansidev committed Mar 4, 2023
commit cf462effe726331a776b7411f277e755fa6450a6
2 changes: 1 addition & 1 deletion src/components/ThemeSelector.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const icons = bi.icons
</button>
<div
id="theme-select"
class="hidden group-hover:block absolute right-0 z-10 w-40 origin-top-right focus:outline-none"
class="hidden group-hover:block absolute right-0 z-10 w-48 origin-top-right focus:outline-none"
role="menu"
aria-orientation="vertical"
aria-labelledby="menu-button"
Expand Down