Apply prettier formatting

This commit is contained in:
Michael Weimann
2022-12-12 12:24:14 +01:00
parent 1cac306093
commit 526645c791
1576 changed files with 65384 additions and 62477 deletions
+5 -5
View File
@@ -131,13 +131,13 @@ $roomListCollapsedWidth: 68px;
margin-left: 8px;
&::before {
content: '';
content: "";
position: absolute;
top: 8px;
left: 8px;
width: 16px;
height: 16px;
mask-image: url('$(res)/img/element-icons/call/dialpad.svg');
mask-image: url("$(res)/img/element-icons/call/dialpad.svg");
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
@@ -155,7 +155,7 @@ $roomListCollapsedWidth: 68px;
margin-left: 8px;
&::before {
content: '';
content: "";
position: absolute;
top: 8px;
left: 8px;
@@ -177,11 +177,11 @@ $roomListCollapsedWidth: 68px;
}
.mx_LeftPanel_exploreButton::before {
mask-image: url('$(res)/img/element-icons/roomlist/explore.svg');
mask-image: url("$(res)/img/element-icons/roomlist/explore.svg");
}
.mx_LeftPanel_recentsButton::before {
mask-image: url('$(res)/img/element-icons/clock.svg');
mask-image: url("$(res)/img/element-icons/clock.svg");
}
}