improve repost modal styling
This commit is contained in:
parent
e5072c8681
commit
ac6601b3b5
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…
Reference in a new issue