From abd5b59c133d0b1e305addb627ecadfde30bf2db Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 4 Sep 2022 14:13:56 -0400 Subject: assets/css/default: Reaction hover under for first card --- assets/css/default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/default.css b/assets/css/default.css index 958aa7c..260cac2 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1774,6 +1774,11 @@ reaction-hover img { max-width: fit-content; } +main micro-card:first-of-type reaction-hover img { + bottom: 0; + top: 100%; +} + /* ----- Attributes ----- */ [tabindex="-1"]:focus { -- cgit v1.2.3