【发布时间】:2022-01-24 00:31:31
【问题描述】:
该图标在我的 Firefox 中不显示在中心,但在 Opera 中可以使用。
body {
height: 100vh;
display: grid;
place-items: center;
}
.link {
background-color: red;
padding: 3px;
display: grid;
place-items: center;
text-decoration: none;
color: initial;
}
i {
background-color: #fff;
font-size: 2rem;
}
<head>
<link href='https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css' rel='stylesheet'>
</head>
<a href="#" class="link">
<i class='bx bx-home'></i>
</a>
您的 Firefox 是否遇到过以下问题?
This one is screenshot from Opera
===================编辑====================
我的 Firefox 版本是95.0.2(目前最新版本)。
如何在 Firefox 中解决此问题?
【问题讨论】: