mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Fix blurry sidebar icons
This commit is contained in:
parent
5f5f267894
commit
3e42662143
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,8 @@ export default {
|
|||
width: 24px;
|
||||
display: inline-block;
|
||||
font-family: FontAwesome;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
&.home::before {
|
||||
|
|
Loading…
Reference in a new issue