~starkingdoms/starkingdoms

ref: 992891fbb02a84f34814269ce200d14fcefeffcc starkingdoms/starkingdoms-client/src/css/hud.css -rw-r--r-- 358 bytes
992891fb — ghostlyzsh Merge branch 'bevy_rewrite' of https://gitlab.com/starkingdoms.tk/starkingdoms.tk into bevy_rewrite 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
.hud {
    position: absolute;
    bottom: .5em;
    left: .5em;
    width: calc(100% - 1em);
}

#hud-content-wrapper {
    width: min(100vw, 620px);
    margin: 0 auto;
}

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

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

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