diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-02-15 23:33:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-15 23:33:25 +0100 |
commit | 80388a3ffe654f5aec0dc94ce9976b4e9fe257ae (patch) | |
tree | 4c9dc7e634b590224c1e2d26a191e3751486a5e0 /app/javascript/styles | |
parent | 71e28ba39993d6eb3c5966e20214214c9d81b173 (diff) |
Change error graphic to hover-to-play (#10055)
Fix #6060
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/basics.scss | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/app/javascript/styles/mastodon/basics.scss b/app/javascript/styles/mastodon/basics.scss index 746def625..4411ca0b4 100644 --- a/app/javascript/styles/mastodon/basics.scss +++ b/app/javascript/styles/mastodon/basics.scss @@ -100,12 +100,14 @@ body { vertical-align: middle; margin: 20px; - img { - display: block; - max-width: 470px; - width: 100%; - height: auto; - margin-top: -120px; + &__illustration { + img { + display: block; + max-width: 470px; + width: 100%; + height: auto; + margin-top: -120px; + } } h1 { |