mirror of
https://github.com/stashapp/stash.git
synced 2026-04-11 17:40:57 +02:00
Adjust compact details (#4098)
This commit is contained in:
parent
f237a58cbc
commit
953867f611
1 changed files with 12 additions and 10 deletions
|
|
@ -341,19 +341,21 @@ dd {
|
|||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
#tag-page .full-width .detail-header-image img {
|
||||
max-width: 22rem;
|
||||
|
||||
@media (max-width: 576px) {
|
||||
max-width: 100%;
|
||||
#tag-page {
|
||||
.full-width .detail-header-image img {
|
||||
max-width: 22rem;
|
||||
}
|
||||
}
|
||||
|
||||
#tag-page .detail-header-image img {
|
||||
max-width: 18rem;
|
||||
.detail-header.collapsed .detail-header-image img {
|
||||
max-width: 18rem;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
max-width: 100%;
|
||||
.detail-header-image img {
|
||||
max-width: 20rem;
|
||||
|
||||
@media (max-width: 576px) {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue