aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-09-04 14:13:56 -0400
committertdro <tdro@noreply.example.com>2022-09-04 14:13:56 -0400
commitabd5b59c133d0b1e305addb627ecadfde30bf2db (patch)
treeb91d17a41da81a7253166e6d2fe5970f0dfefbc7
parentb805d2dd8f99f859b720e257ab760aa8b7cdc119 (diff)
downloadcanory-abd5b59c133d0b1e305addb627ecadfde30bf2db.tar.gz
canory-abd5b59c133d0b1e305addb627ecadfde30bf2db.tar.bz2
canory-abd5b59c133d0b1e305addb627ecadfde30bf2db.zip
assets/css/default: Reaction hover under for first card
-rw-r--r--assets/css/default.css5
1 files changed, 5 insertions, 0 deletions
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 {