mirror of
https://github.com/Michatec/xhud.git
synced 2026-03-31 23:46:29 +02:00
Versions Check added and Position arguments added.
This commit is contained in:
@@ -13,10 +13,17 @@ img {
|
||||
margin: 0;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#IconsContainer {
|
||||
margin-top: auto;
|
||||
margin-bottom: 20px;
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
#Icons {
|
||||
|
||||
Reference in New Issue
Block a user