From 8abe9e90587bfece4ca9eee81401f5143f15bc3c Mon Sep 17 00:00:00 2001 From: MIYAGI Hikaru Date: Sun, 5 Nov 2017 21:05:50 +0900 Subject: [PATCH] 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 --- app/javascript/styles/mastodon/components.scss | 9 +++++++++ 1 file changed, 9 insertions(+) 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 {