~starkingdoms/starkingdoms

ref: ef1f6ca44adf93a7c289bb9a010c8f32590bf8d8 starkingdoms/starkingdoms-client/src/css/hud.scss -rw-r--r-- 338 bytes
ef1f6ca4 — ghostlyzsh modules spawn in on load 1 year, 11 months 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;
}