#90 Add styles to fix icon position for room creator

This commit is contained in:
Serraniel 2020-10-25 13:16:50 +01:00
parent fb5fa15337
commit bfb64887ea
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 8 additions and 1 deletions

View file

@ -2,4 +2,5 @@
@import './vars/colors';
// enhancements
@import './enhancements/lists.scss';
@import './enhancements/lists';
@import './enhancements/watch2gether';

View file

@ -0,0 +1,6 @@
.material-icons {
// Fix icon position for room creator
&[aria-label="Room creator"] {
vertical-align: text-top;
}
}