From 953867f611cda64b750c3f06d4f8061fbdbbf893 Mon Sep 17 00:00:00 2001 From: CJ <72030708+Teda1@users.noreply.github.com> Date: Sun, 10 Sep 2023 21:45:58 -0500 Subject: [PATCH] Adjust compact details (#4098) --- ui/v2.5/src/index.scss | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/ui/v2.5/src/index.scss b/ui/v2.5/src/index.scss index bb9e260b3..c3e165042 100755 --- a/ui/v2.5/src/index.scss +++ b/ui/v2.5/src/index.scss @@ -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%; + } } }