File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
apps/renderer/src/modules/discover Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,9 @@ export const FeedForm: Component<{
76
76
< div
77
77
className = { cn (
78
78
"flex h-full flex-col" ,
79
- asWidget ? "mx-auto min-h-[420px] w-full max-w-[550px]" : "px-[18px] pb-[18px] pt-12" ,
79
+ asWidget
80
+ ? "mx-auto min-h-[420px] w-full max-w-[550px] lg:min-w-[550px]"
81
+ : "px-[18px] pb-[18px] pt-12" ,
80
82
) }
81
83
>
82
84
{ ! asWidget && (
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const RecommendationContent = ({
8
8
route : RSSHubRoute
9
9
routePrefix : string
10
10
} ) => (
11
- < div className = "w-full max-w-[700px] sm:min-w-[550px]" >
11
+ < div className = "mx-auto w-full max-w-[700px] sm:min-w-[550px]" >
12
12
< DiscoverFeedForm route = { route } routePrefix = { routePrefix } />
13
13
</ div >
14
14
)
You can’t perform that action at this time.
0 commit comments