mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak padding
This commit is contained in:
@ -35,7 +35,7 @@ const UserProfile = () => {
|
||||
}, [params.username]);
|
||||
|
||||
return (
|
||||
<section className="w-full max-w-4xl min-h-full flex flex-col justify-start items-center sm:pt-4 pb-8">
|
||||
<section className="w-full max-w-5xl min-h-full flex flex-col justify-start items-center sm:pt-6 pb-8">
|
||||
<MobileHeader />
|
||||
<div className="w-full px-4 flex flex-col justify-start items-center">
|
||||
{!loadingState.isLoading &&
|
||||
|
Reference in New Issue
Block a user