]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix wrong position of fade-out element in account card in web UI
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 22 Mar 2022 10:58:13 +0000 (11:58 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Tue, 22 Mar 2022 17:00:38 +0000 (18:00 +0100)
Port d5df9d4797eea86a37522c9936228888f69244fd

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/flavours/glitch/styles/admin.scss

index 40cd899b3548352d981ec6d574176d519cde2c5b..27be22f1b53e67888f80276e1af34de8483a685f 100644 (file)
@@ -1322,7 +1322,7 @@ a.sparkline {
       width: 50px;
       height: 21px;
       position: absolute;
-      bottom: 8px;
+      bottom: 0;
       right: 15px;
       background: linear-gradient(to left, $ui-base-color, transparent);
       pointer-events: none;