1005 - Updating padding on the share popup (#1048)

This commit is contained in:
Asaad Mahmood 2021-08-23 19:31:05 +05:00 committed by GitHub
parent 6bf4008199
commit 63c2a908df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View file

@ -3,13 +3,17 @@
flex-direction: column;
padding: 5px;
color: rgb(var(--center-channel-color-rgb));
max-width: 400px;
max-width: 500px;
.Switch {
margin-left: 8px;
}
> .row {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 10px;
margin: 0 0 10px;
}
> .row:last-child {

View file

@ -109,7 +109,6 @@ const ShareBoardComponent = React.memo((props: Props): JSX.Element => {
defaultMessage='Publish to web and share this board to anyone'
/>}
</div>
<div className='spacer'/>
<Switch
isOn={Boolean(isSharing)}
onChanged={onShareChanged}

View file

@ -10,7 +10,7 @@
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 10px;
margin: 0 0 10px;
}
> .row:last-child {