~starkingdoms/starkingdoms

ref: 27a651760ee65e87296ba2efedb52fb4361e57ff starkingdoms/starkingdoms-client/src/css/hud.css -rw-r--r-- 390 bytes
27a65176TerraMaster85 Fix lost CSS and improve the HUD 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.hud {
    position: absolute;
    bottom: 10px;
    margin: 0 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

#hud-content-wrapper {
    width: min(100vw, 620px);
    gap: 16px;
}

#hud-content-wrapper > table {
    width: 100%;
    table-layout: fixed;
}

#hud-content-wrapper td {
    text-align: center;
}

.hud-d {
    margin-left: 5px;
    margin-right: 5px;
}