Merge pull request #2512 from matrix-org/travis/usettings/tab/flair

Implement flair tab in user settings
This commit is contained in:
Travis Ralston 2019-01-28 20:37:22 -07:00 committed by GitHub
commit d34390d230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 87 additions and 70 deletions

View file

@ -44,3 +44,7 @@ limitations under the License.
.mx_UserSettingsDialog_labsIcon:before {
mask-image: url('$(res)/img/feather-icons/flag.svg');
}
.mx_UserSettingsDialog_flairIcon:before {
mask-image: url('$(res)/img/feather-icons/flair.svg');
}