Fix: More fixes for the message box and settings

This commit is contained in:
nizune
2021-06-28 10:32:55 +02:00
parent b812aa64ca
commit d60c56cdbf
4 changed files with 30 additions and 19 deletions

View File

@@ -54,6 +54,7 @@ const Base = styled.div`
const Blocked = styled.div`
display: flex;
align-items: center;
padding: 14px 0;
user-select: none;
font-size: .875rem;
@@ -87,7 +88,7 @@ function MessageBox({ channel, draft, dispatcher }: Props) {
return (
<Base>
<Blocked>
<ShieldX size={20}/>
<ShieldX size={22}/>
<Text id="app.main.channel.misc.no_sending" />
</Blocked>
</Base>