mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
style(header): adjust rounded (#103)
Co-authored-by: nb5p <nb5p@users.noreply.github.com>
This commit is contained in:
parent
93bf6e01ed
commit
a82fe71f01
@ -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)}>
|
||||
|
Loading…
Reference in New Issue
Block a user