From: MIYAGI Hikaru Date: Sun, 5 Nov 2017 12:05:50 +0000 (+0900) Subject: don't display any descendants of .invisible (#5567) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=8abe9e90587bfece4ca9eee81401f5143f15bc3c;p=mastodon.git 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 --- 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 {