~starkingdoms/starkingdoms

ref: ccb7ac1036a620f213bb5d24a3332091074e3667 starkingdoms/starkingdoms-client/src/css/hud.scss -rw-r--r-- 338 bytes
ccb7ac10 — 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: 0.5em;
  left: 0.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;
}