Merge pull request #5706 from matrix-org/t3chguy/spaces4.4

Space room hierarchies
This commit is contained in:
Michael Telatynski
2021-03-03 15:25:00 +00:00
committed by GitHub
17 changed files with 1296 additions and 19 deletions
+4 -1
View File
@@ -19,7 +19,10 @@ limitations under the License.
}
.mx_RoomList_iconPlus::before {
mask-image: url('$(res)/img/element-icons/roomlist/plus.svg');
mask-image: url('$(res)/img/element-icons/roomlist/plus-circle.svg');
}
.mx_RoomList_iconHash::before {
mask-image: url('$(res)/img/element-icons/roomlist/hash-circle.svg');
}
.mx_RoomList_iconExplore::before {
mask-image: url('$(res)/img/element-icons/roomlist/explore.svg');