mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
move item-list-container in detail-body (#4012)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user