Replace userbadge with panel access to user information, add more information to user profile

This commit is contained in:
Pieter Vander Vennet 2022-12-13 03:46:53 +01:00
parent bc85c9bbe7
commit 6f018a2fd8
19 changed files with 398 additions and 174 deletions

View file

@ -14,9 +14,10 @@ export default class MapControlButton extends Combine {
super([contents])
if (!options?.dontStyle) {
contents.SetClass("mapcontrol p-1")
this.SetClass("p-1")
}
this.SetClass(
"relative block rounded-full w-10 h-10 p-1 pointer-events-auto z-above-map subtle-background m-0.5 md:m-1"
"relative block rounded-full w-10 h-10 pointer-events-auto z-above-map subtle-background m-0.5 md:m-1"
)
this.SetStyle("box-shadow: 0 0 10px var(--shadow-color);")
}