We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98ae93 commit a3eb287Copy full SHA for a3eb287
apps/renderer/src/modules/boost/modal.tsx
@@ -54,9 +54,9 @@ export const BoostModalContent = ({ feedId }: { feedId: string }) => {
54
<div className="center flex flex-col gap-2">
55
<FeedIcon className="mr-0" feed={feed} size={50} />
56
57
- <h1 className="center mt-2 flex text-lg font-bold">
58
- <div className="center flex">
59
- <i className="i-mgc-rocket-cute-fi mr-1.5 text-lg" />
+ <h1 className="center mt-2 flex flex-wrap text-lg font-bold">
+ <div className="center flex shrink-0">
+ <i className="i-mgc-rocket-cute-fi mr-1.5 shrink-0 text-lg" />
60
{t("boost.boost_feed")}
61
</div>
62
<span>「{feed?.title}」</span>
0 commit comments