浏览代码

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 6 年前
committed by Eugen Rochko
父节点
当前提交
8abe9e9058
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      app/javascript/styles/mastodon/components.scss

+ 9
- 0
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 {


正在加载...
取消
保存