mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
merge: branch 'master' of https://github.com/revoltchat/revite
This commit is contained in:
commit
b733e13ec2
1 changed files with 1 additions and 2 deletions
|
@ -29,6 +29,7 @@ const VoiceBase = styled.div`
|
||||||
margin-top: 48px;
|
margin-top: 48px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background: var(--secondary-background);
|
background: var(--secondary-background);
|
||||||
|
flex-grow: 1;
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
flex: 1 0;
|
flex: 1 0;
|
||||||
|
@ -54,8 +55,6 @@ const VoiceBase = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
overflow-y: scroll;
|
|
||||||
|
|
||||||
.participants {
|
.participants {
|
||||||
margin: 40px 20px;
|
margin: 40px 20px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Reference in a new issue