fix(button): fix 'mark above as read' button not center in social media (#3836)

This commit is contained in:
Cason Kervis 2025-05-29 22:35:18 +08:00 committed by GitHub
parent 10648a13c2
commit e3db0aef11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export const FooterMarkItem = ({ view }: { view: FeedViewType }) => {
const SocialMediaFooterMarkItem = () => {
return (
<div className="relative w-full">
<div className="relative flex w-full">
<FlatMarkAllReadButton
className="justify-center"
buttonClassName="w-[645px] mx-auto mb-4 pl-7 py-4"
@ -26,7 +26,7 @@ const SocialMediaFooterMarkItem = () => {
const GridFooterMarkItem = () => {
return (
<div className="relative w-full">
<div className="relative flex w-full">
<FlatMarkAllReadButton
buttonClassName="w-full py-4"
iconClassName="mr-1 text-base"