mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-26 00:00:59 +00:00
Fix invalid postion of before content in home page in Firefox Linux (#7429)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user