[matrix] Display navbar links on mobile

This commit is contained in:
Josh
2020-06-30 09:47:15 +10:00
committed by Rapptz
parent e257617d1d
commit 29103c08ab
6 changed files with 50 additions and 42 deletions

10
docs/_static/icons.css vendored Normal file
View File

@ -0,0 +1,10 @@
@font-face {
font-family: 'Custom Icons';
font-style: normal;
font-weight: 400;
src: url('icons.woff') format('woff2');
}
.custom-icons {
font-family: 'Custom Icons' !important;
}