Parcourir la source

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
master
MIYAGI Hikaru il y a 6 ans
committed by Eugen Rochko
Parent
révision
8abe9e9058
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. +9
    -0
      app/javascript/styles/mastodon/components.scss

+ 9
- 0
app/javascript/styles/mastodon/components.scss Voir le fichier

@@ -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 {


Chargement…
Annuler
Enregistrer