style(header): adjust rounded (#103)

Co-authored-by: nb5p <nb5p@users.noreply.github.com>
This commit is contained in:
nb5p 2023-09-02 20:44:40 +08:00 committed by GitHub
parent 93bf6e01ed
commit a82fe71f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ const ThemeSwitcher = () => (
<div class="drawer-side">
<label for="themes" class="drawer-overlay" />
<ul class="menu rounded-box gap-2 bg-base-300 p-2 shadow">
<ul class="menu rounded-l-box gap-2 bg-base-300 p-2 shadow">
<For each={themes}>
{(theme) => (
<li
@ -144,7 +144,7 @@ export const Header = () => {
<div class="drawer-side">
<label for="navs" class="drawer-overlay" />
<ul class="menu rounded-box min-h-full w-2/5 gap-2 bg-base-300 pt-20 shadow">
<ul class="menu rounded-r-box min-h-full w-2/5 gap-2 bg-base-300 pt-20 shadow">
<For each={navs()}>
{({ href, name }) => (
<li onClick={() => setOpenedDrawer(false)}>