feat: make the hangup button first
This commit is contained in:
parent
d33b700477
commit
d11735b04c
@ -17,15 +17,6 @@
|
|||||||
cursor: initial;
|
cursor: initial;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbox-button {
|
|
||||||
&:nth-child(2) {
|
|
||||||
svg {
|
|
||||||
fill: $hangupColor;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.always-on-top-toolbox {
|
.always-on-top-toolbox {
|
||||||
@ -43,6 +34,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:nth-child(2) {
|
||||||
|
svg {
|
||||||
|
fill: $hangupColor;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
.toolbox-icon {
|
.toolbox-icon {
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
@ -56,6 +53,12 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.toolbox-button {
|
.toolbox-button {
|
||||||
|
&:nth-child(1) {
|
||||||
|
svg {
|
||||||
|
fill: $hangupColor;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.toolbox-icon {
|
.toolbox-icon {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -40,12 +40,12 @@ class Toolbar extends Component<Props> {
|
|||||||
<div
|
<div
|
||||||
className = 'filmstrip-toolbox'
|
className = 'filmstrip-toolbox'
|
||||||
id = 'new-toolbox'>
|
id = 'new-toolbox'>
|
||||||
<AudioMuteButton
|
|
||||||
tooltipPosition = 'left'
|
|
||||||
visible = { this._shouldShowButton('microphone') } />
|
|
||||||
<HangupButton
|
<HangupButton
|
||||||
tooltipPosition = 'left'
|
tooltipPosition = 'left'
|
||||||
visible = { this._shouldShowButton('hangup') } />
|
visible = { this._shouldShowButton('hangup') } />
|
||||||
|
<AudioMuteButton
|
||||||
|
tooltipPosition = 'left'
|
||||||
|
visible = { this._shouldShowButton('microphone') } />
|
||||||
<VideoMuteButton
|
<VideoMuteButton
|
||||||
tooltipPosition = 'left'
|
tooltipPosition = 'left'
|
||||||
visible = { this._shouldShowButton('camera') } />
|
visible = { this._shouldShowButton('camera') } />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user