nojdh / cosmo_hud

34 stars 51 forks source link

Request: Moving Hud #9

Open CollapsedLegacy opened 2 years ago

CollapsedLegacy commented 2 years ago

How can I move the hud - circles?

trclassic92 commented 2 years ago

using the CSS, JS and Html file's

CollapsedLegacy commented 2 years ago

Could you elaborate, with some photos?

trclassic92 commented 2 years ago

https://i.imgur.com/iADZ00l.png

Everything you are asking about is right there

CollapsedLegacy commented 2 years ago

Yes but where exactly there

trclassic92 commented 2 years ago

Did you even look?

CollapsedLegacy commented 2 years ago

yes

trclassic92 commented 2 years ago

https://i.imgur.com/5f26kqE.png

CollapsedLegacy commented 2 years ago

I've moved them but the circle around them doesnt.

trclassic92 commented 2 years ago

}

.BaseCircle { position: relative; width: 4vh !important; height: 4vh !important; float: left; margin: 0.3vh; border-radius: 50%; background: rgb(49, 49, 49); }

.fa-heart, .fa-shield-alt, .fa-hamburger, .fa-skull { color: white; position: absolute; font-size: 1.6vh; left: 1.2vh; bottom: 1.2vh; }

CollapsedLegacy commented 2 years ago

thx

trclassic92 commented 2 years ago

You also have to edit the UI.Html just to make sure you are changing the once you want to.

CollapsedLegacy commented 2 years ago

ok.