forked from MapComplete/MapComplete
Replace userbadge with panel access to user information, add more information to user profile
This commit is contained in:
parent
bc85c9bbe7
commit
6f018a2fd8
19 changed files with 398 additions and 174 deletions
|
@ -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);")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue