updated css

This commit is contained in:
Francesco Mangiacrapa 2023-03-30 12:43:45 +02:00
parent 4a44835356
commit 675f23d1ac
2 changed files with 16 additions and 1 deletions

View File

@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v3.3.1-SNAPSHOT] - 2023-03-30 ## [v3.3.1-SNAPSHOT] - 2023-03-30
- Just including new dependencies - Just including new dependencies
- Improved css
## [v3.3.0] - 2023-02-20 ## [v3.3.0] - 2023-02-20

View File

@ -38,7 +38,7 @@ body {
.ol-popup img { .ol-popup img {
width: 100%; width: 100%;
max-height: 200px; max-height: 120px;
} }
.ol-popup:after, .ol-popup:before { .ol-popup:after, .ol-popup:before {
@ -783,6 +783,20 @@ RESPONSIVE
} }
} }
@media all and (max-height: 900px) {
.ol-popup{
min-width: 150px;
max-width: 150px;
max-height: 150px;
overflow-y: scroll;
}
.ol-popup img {
width: 100%;
max-width: 150px;
}
}
/* OPEN COLLECTION UI */ /* OPEN COLLECTION UI */
.open-collection-style { .open-collection-style {
padding-left: 10px; padding-left: 10px;