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:
commit
1faf4f7eb2
|
@ -2,4 +2,5 @@
|
|||
@import './vars/colors';
|
||||
|
||||
// enhancements
|
||||
@import './enhancements/lists.scss';
|
||||
@import './enhancements/lists';
|
||||
@import './enhancements/watch2gether';
|
6
src/stylesheets/enhancements/_watch2gether.scss
Normal file
6
src/stylesheets/enhancements/_watch2gether.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
.material-icons {
|
||||
// Fix icon position for room creator
|
||||
&[aria-label="Room creator"] {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue