瀏覽代碼

Fix and remove ugly css around the conversation component (#12022)

master^2
Cutls 4 年之前
committed by Eugen Rochko
父節點
當前提交
12c4ec0c83
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      app/javascript/styles/mastodon/components.scss

+ 2
- 2
app/javascript/styles/mastodon/components.scss 查看文件

@@ -6473,8 +6473,8 @@ noscript {
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 4px;
flex-basis: 170px;
flex-shrink: 1000;
flex-basis: 90px;
flex-grow: 1;

a {
color: $primary-text-color;


Loading…
取消
儲存