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

@ -648,8 +648,8 @@ video {
top: 14rem;
}
.bottom-3 {
bottom: 0.75rem;
.top-3 {
top: 0.75rem;
}
.left-3 {
@ -660,6 +660,10 @@ video {
right: 0.5rem;
}
.bottom-3 {
bottom: 0.75rem;
}
.top-2 {
top: 0.5rem;
}
@ -692,6 +696,10 @@ video {
left: 0px;
}
.bottom-2 {
bottom: 0.5rem;
}
.left-1\/2 {
left: 50%;
}
@ -775,10 +783,6 @@ video {
margin-bottom: 0.75rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.mb-4 {
margin-bottom: 1rem;
}
@ -795,16 +799,20 @@ video {
margin-right: 2rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-4 {
margin-top: 1rem;
}
.mr-2 {
margin-right: 0.5rem;
.ml-3 {
margin-left: 0.75rem;
}
.mt-1 {
margin-top: 0.25rem;
.mr-2 {
margin-right: 0.5rem;
}
.ml-4 {
@ -1810,6 +1818,10 @@ video {
timeout: 90;
}
.\[key\:string\] {
key: string;
}
:root {
/* The main colour scheme of mapcomplete is configured here.
* For a custom styling, set 'customCss' in your layoutConfig and overwrite some of these.

View file

@ -11,7 +11,7 @@ Contains tweaks for small screens
}
@media only screen and (min-height: 300px) and (min-width: 225px) {
@media only screen and (min-height: 175px) and (min-width: 175px) {
.very-small-screen {
display: none !important;
}
@ -23,7 +23,7 @@ Contains tweaks for small screens
}
@media not screen and (min-height: 300px) and (min-width: 225px) {
@media not screen and (min-height: 175px) and (min-width: 175px) {
.very-small-screen {
}