From 8a090126723265bc5db169fba8acebd58c603ea8 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 24 Feb 2026 14:25:33 -0500 Subject: Update --- assets/charsheet/charsheet.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'assets/charsheet/charsheet.css') 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 { -- cgit v1.2.3