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
2 changed files with 8 additions and 8 deletions

View File

@@ -359,11 +359,3 @@ input[type="range"].zoom-slider {
.tilted { .tilted {
transform: rotate(45deg); 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; margin: 0;
padding: 5px 0; padding: 5px 0;
} }
.item-list-container {
padding-top: 15px;
@media (max-width: 576px) {
overflow-x: hidden;
}
}
} }
.collapsed .detail-item-value { .collapsed .detail-item-value {