Apply prettier formatting

This commit is contained in:
Michael Weimann 2022-12-12 12:24:14 +01:00
parent 1cac306093
commit 526645c791
No known key found for this signature in database
GPG key ID: 53F535A266BB9584
1576 changed files with 65385 additions and 62478 deletions

View file

@ -37,7 +37,7 @@ limitations under the License.
.mx_LegacyCallViewHeader_secondaryCallInfo {
&::before {
content: '·';
content: "·";
margin-left: 6px;
margin-right: 6px;
}
@ -55,7 +55,7 @@ limitations under the License.
cursor: pointer;
&::before {
content: '';
content: "";
display: inline-block;
height: 20px;
width: 20px;
@ -68,19 +68,19 @@ limitations under the License.
&.mx_LegacyCallViewHeader_button_fullscreen {
&::before {
mask-image: url('$(res)/img/element-icons/call/fullscreen.svg');
mask-image: url("$(res)/img/element-icons/call/fullscreen.svg");
}
}
&.mx_LegacyCallViewHeader_button_pin {
&::before {
mask-image: url('$(res)/img/element-icons/room/pin-upright.svg');
mask-image: url("$(res)/img/element-icons/room/pin-upright.svg");
}
}
&.mx_LegacyCallViewHeader_button_expand {
&::before {
mask-image: url('$(res)/img/element-icons/call/expand.svg');
mask-image: url("$(res)/img/element-icons/call/expand.svg");
}
}
}
@ -114,7 +114,7 @@ limitations under the License.
vertical-align: middle;
&::before {
content: '';
content: "";
display: inline-block;
vertical-align: top;
@ -124,6 +124,6 @@ limitations under the License.
mask-repeat: no-repeat;
mask-size: contain;
mask-position: center;
mask-image: url('$(res)/img/element-icons/call/voice-call.svg');
mask-image: url("$(res)/img/element-icons/call/voice-call.svg");
}
}