#90 Add styles to fix icon position for room creator
This commit is contained in:
parent
fb5fa15337
commit
bfb64887ea
|
@ -2,4 +2,5 @@
|
||||||
@import './vars/colors';
|
@import './vars/colors';
|
||||||
|
|
||||||
// enhancements
|
// 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