mirror of https://github.com/vector-im/riot-web
Fix indentation
parent
365d6982ce
commit
b9d70cb1a3
|
@ -108,26 +108,26 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CallView_voice_secondaryAvatarContainer {
|
.mx_CallView_voice_secondaryAvatarContainer {
|
||||||
border-radius: 2000px;
|
border-radius: 2000px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
&::after {
|
&::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: '';
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
background-color: rgba(0, 0, 0, 0.6);
|
background-color: rgba(0, 0, 0, 0.6);
|
||||||
background-image: url('$(res)/img/voip/paused.svg');
|
background-image: url('$(res)/img/voip/paused.svg');
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 40px;
|
background-size: 40px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
.mx_CallView_pip &::after {
|
.mx_CallView_pip &::after {
|
||||||
background-size: 24px;
|
background-size: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CallView_voice_holdText {
|
.mx_CallView_voice_holdText {
|
||||||
|
|
Loading…
Reference in New Issue