diff --git a/src/components/common/messaging/MessageBox.tsx b/src/components/common/messaging/MessageBox.tsx index 8450c227..bcf22db7 100644 --- a/src/components/common/messaging/MessageBox.tsx +++ b/src/components/common/messaging/MessageBox.tsx @@ -109,6 +109,15 @@ const Action = styled.div` `} `; +const FileAction = styled.div` + > div { + height: 48px; + width: 62px; + display: flex; + align-items: center; + justify-content: center; +`; + // For sed replacement const RE_SED = new RegExp("^s/([^])*/([^])*$"); @@ -458,7 +467,7 @@ export default observer(({ channel }: Props) => { /> {channel.permission & ChannelPermission.UploadFiles ? ( - + { } }} /> - + ) : undefined}