Adjust compact details (#4098)

This commit is contained in:
CJ 2023-09-10 21:45:58 -05:00 committed by GitHub
parent f237a58cbc
commit 953867f611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%;
}
}
}