move item-list-container in detail-body (#4012)

This commit is contained in:
CJ 2023-08-09 21:20:42 -05:00 committed by GitHub
parent ce1219b350
commit 56767c11a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -359,11 +359,3 @@ input[type="range"].zoom-slider {
.tilted {
transform: rotate(45deg);
}
.item-list-container {
padding-top: 15px;
@media (max-width: 576px) {
overflow-x: hidden;
}
}

View file

@ -246,6 +246,14 @@ dd {
margin: 0;
padding: 5px 0;
}
.item-list-container {
padding-top: 15px;
@media (max-width: 576px) {
overflow-x: hidden;
}
}
}
.collapsed .detail-item-value {