diff options
author | MIYAGI Hikaru <hcmiya@users.noreply.github.com> | 2017-11-05 21:05:50 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-11-05 13:05:50 +0100 |
commit | 8abe9e90587bfece4ca9eee81401f5143f15bc3c (patch) | |
tree | 3688a402042bb6e7fdcd7e57575f45b862c13b7c | |
parent | 15c0f6ae56e31ced750fa0ae06bf39d72355a477 (diff) |
don't display any descendants of .invisible (#5567)
* don't display any descendants of .invisible * reduce the scope of selector * remove some rules for image * lint
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 3f3fe51d3..061138e2c 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -244,6 +244,15 @@ width: 0; height: 0; position: absolute; + + img, + svg { + margin: 0 !important; + border: 0 !important; + padding: 0 !important; + width: 0 !important; + height: 0 !important; + } } .ellipsis { |