1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Add welcome to top left menu for all

This commit is contained in:
J. Ryan Stinnett
2019-02-13 16:13:32 +00:00
parent 22789ada94
commit 116367fd69
4 changed files with 16 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ limitations under the License.
mask-image: url('$(res)/img/feather-icons/home.svg');
}
li.mx_TopLeftMenu_icon_welcome::after {
mask-image: url('$(res)/img/feather-icons/gift.svg');
}
li.mx_TopLeftMenu_icon_settings::after {
mask-image: url('$(res)/img/feather-icons/settings.svg');
}