Fix invalid postion of before content in home page in Firefox Linux (#8980)

Co-authored-by: John Niang <johnniang@foxmail.com>
This commit is contained in:
Halo Dev Bot
2025-06-10 14:25:55 +08:00
committed by GitHub
co-authored by John Niang
parent 8b9337b45a
commit 81caf126f7
@@ -30,9 +30,11 @@ defineProps({
font-size: 16px;
font-weight: 500;
margin-left: 18px;
display: flex;
&::before {
position: absolute;
top: 4px;
top: 50%;
transform: translateY(-50%);
left: -13px;
width: 4px;
height: 14px;