~starkingdoms/starkingdoms

ref: 8d0509bbdd95ee426b45daf21c178739a3765dff starkingdoms/starkingdoms-client/src/css/hud.css -rw-r--r-- 358 bytes
8d0509bb — core Merge branch 'bevy_rewrite' of 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;
}