瀏覽代碼

Fix unread indicator on announcements not being aligned with text in web UI (#13052)

master^2
Eugen Rochko 4 年之前
committed by GitHub
父節點
當前提交
90f04ea064
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 3 行新增4 行删除
  1. +3
    -4
      app/javascript/styles/mastodon/components.scss

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

@@ -6697,14 +6697,13 @@ noscript {

&__unread {
position: absolute;
top: 15px;
right: 15px;
display: inline-block;
top: 19px;
right: 19px;
display: block;
background: $highlight-text-color;
border-radius: 50%;
width: 0.625rem;
height: 0.625rem;
margin: 0 .15em;
}
}



Loading…
取消
儲存