mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 12:52:38 +01:00
move item-list-container in detail-body (#4012)
This commit is contained in:
parent
ce1219b350
commit
56767c11a8
2 changed files with 8 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue