How to place on top left of screen?

How can I place on the top left of the screen? My resolution is 1920x1080. The player count is covering peoples names. The top left would be ideal placement for me. Here are the config settings.

https://gyazo.com/7d61a2e52d4812e6a4c3c5e874d1f371

{
"Exclude Admins": false,
"Panel Settings": {
"Dock": "lefttop",
"Width": 0.0525,
"Order": 1,
"BackgroundColor": "#FFF2DF08"
},
"Panel Layout": {
"Image": {
"Url": "https://i.imgur.com/TP01GYf.png",
"Enabled": true,
"Color": "#FFFFFFFF",
"Order": 0,
"Width": 0.33,
"Padding": {
"Left": 0.05,
"Right": 0.0,
"Top": 0.1,
"Bottom": 0.1
}
},
"Text": {
"Text": "{0}/{1}",
"FontSize": 14,
"TextAnchor": "MiddleCenter",
"Enabled": true,
"Color": "#FFFFFFFF",
"Order": 1,
"Width": 0.67,
"Padding": {
"Left": 0.05,
"Right": 0.05,
"Top": 0.05,
"Bottom": 0.05
}
}
}
}

I see this post but I am stil confused https://umod.org/plugins/magic-panel#dock-positioning-size

Merged post

Does anyone have any idea how to move the player pop icon from the bottom lext of the screen to the top left of the screen? I don't know how to change the config files to reflect this change.