1005 - Updating padding on the share popup (#1048)
This commit is contained in:
parent
6bf4008199
commit
63c2a908df
3 changed files with 7 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
> .row:last-child {
|
||||
|
|
Loading…
Reference in a new issue