💄 fix home buttons align of Windows Firefox

close https://www.v2ex.com/t/627502
This commit is contained in:
afc163 2019-12-10 23:56:05 +08:00
parent 721d8cb4a0
commit fdc6070b50
No known key found for this signature in database
GPG Key ID: 5F00908D72002306

View File

@ -464,3 +464,9 @@ svg {
}
}
}
@supports (-moz-appearance: meterbar) {
.en-us .banner-btn {
line-height: 38px !important;
}
}