improve repost modal styling (#7345)
This commit is contained in:
parent
e5072c8681
commit
0cd1c6d535
1 changed files with 1 additions and 2 deletions
|
@ -326,11 +326,10 @@ function RepostCreate(props: Props) {
|
|||
|
||||
return (
|
||||
<>
|
||||
<ChannelSelector />
|
||||
|
||||
<Card
|
||||
actions={
|
||||
<div>
|
||||
<ChannelSelector />
|
||||
{uri && (
|
||||
<fieldset-section>
|
||||
<ClaimPreview key={uri} uri={uri} actions={''} showNullPlaceholder />
|
||||
|
|
Loading…
Add table
Reference in a new issue