diff options
| author | LLLL Colonq <llll@colonq> | 2026-02-24 14:25:33 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-02-24 14:25:33 -0500 |
| commit | 8a090126723265bc5db169fba8acebd58c603ea8 (patch) | |
| tree | a92bbadcd14a106d6c5b26bb66692e75afa06d50 /assets/charsheet/charsheet.css | |
| parent | fb0a4f884ed1ea89636e5b6e43ea9be0b5af7f97 (diff) | |
Update
Diffstat (limited to 'assets/charsheet/charsheet.css')
| -rw-r--r-- | assets/charsheet/charsheet.css | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/assets/charsheet/charsheet.css b/assets/charsheet/charsheet.css index c8116ce..84e658f 100644 --- a/assets/charsheet/charsheet.css +++ b/assets/charsheet/charsheet.css @@ -143,10 +143,12 @@ body { font-size: 100rem; } #login { - position: absolute; z-index: 5; color: black; text-decoration: none; + position: absolute; + bottom: 0.5rem; + right: 0.5rem; } #visualization { position: relative; @@ -185,10 +187,21 @@ body { width: 100%; height: 100%; } + #badges { position: absolute; - bottom: 0.5rem; - right: 0.5rem; + z-index: 5; + margin: 0.5rem; + user-select: none; +} +.badge { + font-size: 0.85rem; + line-height: 1; +} +.badge > img { + width: 1rem; + height: 1rem; + vertical-align: text-top; } .infobox { |
