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
|
@ -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 {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue