From 2e9bccf9e952e03bd48bb2be99a9d2e5ca632a0e Mon Sep 17 00:00:00 2001 From: kingbri Date: Tue, 27 Jun 2023 12:13:22 -0400 Subject: [PATCH] Tags: Fix mobile exclusions Fixes mobile positioning issues and adds conditional directives. Signed-off-by: kingbri --- public/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/style.css b/public/style.css index a78fb5b08..3691dd41a 100644 --- a/public/style.css +++ b/public/style.css @@ -2830,6 +2830,7 @@ h5 { display: flex; flex-direction: row; align-items: center; + position: relative; gap: 10px; width: fit-content; min-width: 0; @@ -4700,6 +4701,11 @@ body.waifuMode #avatar_zoom_popup { body.waifuMode img.expression { object-fit: contain; } + + .tag.excluded:after { + top: unset; + bottom: unset; + } } @media screen and (max-width: 450px) { @@ -4710,6 +4716,11 @@ body.waifuMode #avatar_zoom_popup { .drawer33pWidth { flex-basis: max(calc(100% / 2 - 10px), 180px); } + + .tag.excluded:after { + top: unset; + bottom: unset; + } } /*this part only only applies to iOS devices*/