forked from MapComplete/MapComplete
UX: add 'show nearby picture' in new point popup
This commit is contained in:
parent
d56cf56511
commit
dad9bb1349
8 changed files with 37 additions and 24 deletions
|
@ -1390,11 +1390,6 @@ input[type="range"].range-lg::-moz-range-thumb {
|
|||
margin-right: 0.25rem;
|
||||
}
|
||||
|
||||
.mx-12 {
|
||||
margin-left: 3rem;
|
||||
margin-right: 3rem;
|
||||
}
|
||||
|
||||
.mx-16 {
|
||||
margin-left: 4rem;
|
||||
margin-right: 4rem;
|
||||
|
@ -5779,6 +5774,11 @@ svg.apply-fill path {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.max-h-leave-room {
|
||||
/* Leaves room for a single button, with padding */
|
||||
max-height: calc(100% - 3.25rem);
|
||||
}
|
||||
|
||||
.max-w-screen {
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
@ -8844,10 +8844,6 @@ svg.apply-fill path {
|
|||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.lg\:w-1\/3 {
|
||||
width: 33.333333%;
|
||||
}
|
||||
|
||||
.lg\:w-5\/12 {
|
||||
width: 41.666667%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue