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
parent 8b9337b45a
commit 81caf126f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;