This commit is contained in:
Jack Parrot
2025-03-23 07:16:40 +01:00
parent 4a764beb9b
commit de2ab090d7
8 changed files with 879 additions and 46 deletions
+24 -1
View File
@@ -12118,4 +12118,27 @@ input:checked + .slider:before {
.slider.round:before {
border-radius: 50%;
}
}
#map {
max-width: 100%;
max-height: 100%;
}
.pico canvas {
display: inline-block;
}
.pico :where(audio, canvas, iframe, img, svg, video) {
vertical-align: middle;
}
*, ::after, ::before {
box-sizing: border-box;
background-repeat: no-repeat;
}
canvas {
overflow-clip-margin: content-box;
overflow: clip;
}