More fixes to the refactored code
This commit is contained in:
parent
42d13f564c
commit
94f9a0de56
15 changed files with 78 additions and 82 deletions
|
@ -55,6 +55,10 @@ Contains tweaks for small screens
|
|||
.leaflet-control-attribution{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.leaflet-popup {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,22 +1,18 @@
|
|||
|
||||
.slick-next {
|
||||
top: unset;
|
||||
bottom: -25px;
|
||||
right: 15px;
|
||||
z-index: 10000;
|
||||
|
||||
|
||||
.slick-carousel-content {
|
||||
width: 300px;
|
||||
max-height: var(--image-carousel-height);
|
||||
display: block;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.slick-prev {
|
||||
top: unset;
|
||||
bottom: -25px;
|
||||
left: 0;
|
||||
z-index: 10000;
|
||||
.slick-carousel-content img {
|
||||
/**
|
||||
Workaround to patch images within a slick carousel
|
||||
*/
|
||||
height: var(--image-carousel-height);
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.slick-next::before {
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
.slick-prev::before {
|
||||
font-size: 35px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue