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

@ -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 {
}