Merge pull request #92 from Serraniel/feature/#90-watch2gether-host-icon-bad-aligned

#90 Add styles to fix icon position for room creator
This commit is contained in:
Daniel 2020-10-28 06:46:51 +01:00 committed by GitHub
commit 1faf4f7eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}
}