Fix invalid postion of before content in home page in Firefox Linux (#7429)
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after 3s

This commit is contained in:
John Niang 2024-12-18 18:33:59 +08:00 committed by GitHub
parent c54a7de827
commit 063a071228
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,9 +29,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;