forked from MapComplete/MapComplete
Fix deploy
This commit is contained in:
parent
9c53fe9868
commit
3f8b6e88d3
39 changed files with 381 additions and 562 deletions
|
|
@ -8,6 +8,10 @@ Contains tweaks for small screens
|
|||
|
||||
@media only screen and (max-width: 600px), only screen and (max-height: 600px) {
|
||||
|
||||
.leaflet-control-attribution {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.only-on-mobile {
|
||||
display: unset;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -108,4 +108,14 @@ input:checked + label .question-option-with-border {
|
|||
font-size: x-large;
|
||||
font-weight: bold;
|
||||
border-radius: 1.5em;
|
||||
}
|
||||
|
||||
.edit-button img {
|
||||
width: 1.3em;
|
||||
height: 1.3em;
|
||||
padding: 0.5em;
|
||||
border-radius: 0.65em;
|
||||
border: solid black 1px;
|
||||
font-size: medium;
|
||||
float: right;
|
||||
}
|
||||
|
|
@ -50,12 +50,6 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
.small-userbadge-icon {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
fill: black;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#profile-pic {
|
||||
float: left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue