Merge pull request #4187 from matrix-org/bwindels/altaliases

Allow editing of alt_aliases according to MSC2432
This commit is contained in:
Bruno Windels
2020-03-10 12:45:16 +00:00
committed by GitHub
6 changed files with 170 additions and 117 deletions

View File

@@ -26,3 +26,7 @@ limitations under the License.
outline: none;
box-shadow: none;
}
.mx_AliasSettings summary {
cursor: pointer;
}