#90 Add styles to fix icon position for room creator #92

Merged
Serraniel merged 2 commits from feature/#90-watch2gether-host-icon-bad-aligned into develop 2020-10-28 06:46:52 +01:00
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;
}
}