Merge pull request #5867 from SuperTux88/align-control-icons
fix control icon alignment in chromium browser
This commit is contained in:
commit
7ff2536369
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
color: $text-grey;
|
color: $text-grey;
|
||||||
font-size: $font-size-text;
|
font-size: $font-size-text;
|
||||||
line-height: $line-height;
|
line-height: $line-height;
|
||||||
vertical-align: top;
|
vertical-align: middle;
|
||||||
&:hover { color: $text; }
|
&:hover { color: $text; }
|
||||||
&.cross { font-size: $line-height; }
|
&.cross { font-size: $line-height; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue