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
+3 -3
View File
@@ -56,10 +56,10 @@ $spacePanelWidth: 68px;
}
.mx_SpaceCreateMenuType_public::before {
mask-image: url('$(res)/img/globe.svg');
mask-image: url("$(res)/img/globe.svg");
}
.mx_SpaceCreateMenuType_private::before {
mask-image: url('$(res)/img/element-icons/lock.svg');
mask-image: url("$(res)/img/element-icons/lock.svg");
}
.mx_SpaceCreateMenu_back {
@@ -82,7 +82,7 @@ $spacePanelWidth: 68px;
mask-repeat: no-repeat;
mask-position: 2px 3px;
mask-size: 24px;
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
mask-image: url("$(res)/img/feather-customised/chevron-down.svg");
}
}