Commit 5881bc76 by Apple\Apple

🎨 style: change headerbar `px-4` to `px-3`

parent 000c7c7b
...@@ -363,7 +363,7 @@ const HeaderBar = () => { ...@@ -363,7 +363,7 @@ const HeaderBar = () => {
onClose={() => setNoticeVisible(false)} onClose={() => setNoticeVisible(false)}
isMobile={styleState.isMobile} isMobile={styleState.isMobile}
/> />
<div className="w-full px-4"> <div className="w-full px-3">
<div className="flex items-center justify-between h-16"> <div className="flex items-center justify-between h-16">
<div className="flex items-center"> <div className="flex items-center">
<div className="md:hidden"> <div className="md:hidden">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment