]> cat aescling's git repositories - mastodon.git/commitdiff
Fix wrong position of fade-out element in account card in web UI (#17846)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 22 Mar 2022 10:58:13 +0000 (11:58 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Mar 2022 10:58:13 +0000 (11:58 +0100)
app/javascript/styles/mastodon/admin.scss

index dc4d65eddb56d90ff82af052a37f9a297f3e8b62..68e6d2482f020cd6f4eb93a52684c0415a58c76f 100644 (file)
@@ -1306,7 +1306,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;