Jake Vanderwerf
2025-10-20 fcd6e159ee09cc4bbe99bbbadc61a6e83b24b5bf
dash.css
@@ -46,7 +46,7 @@
GRID VIEW
********************************************/
.item-grid:has(.select-item:checked) .item {
    padding: 2rem;
    padding: .75rem;
    opacity : .8;
    filter: var(--filter);
}
@@ -447,3 +447,26 @@
        0%, 100% {border-color: inherit}
        50% {border-color: var(--b)}
    }
.location.field {
    width: 80vw;
}
.location.field > p {
    text-align: center;
}
.location.field > p + p {
    margin: 0 .5rem 0 0;
}
.location.field .location-map {
    height: 20vh;
}
.location.field .location-links {
    padding: .5rem 0;
    display: flex;
    justify-content: space-evenly;
}
.item-grid .item,
.field.upload [data-upload-id] {
    touch-action: none;
}