瀏覽代碼

Fix margin between compose warning, reply indicator and textarea (#7701)

master
Eugen Rochko 6 年之前
committed by GitHub
父節點
當前提交
8d6e4e0485
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. +2
    -3
      app/javascript/styles/mastodon/components.scss

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

@@ -251,7 +251,7 @@

.compose-form__warning {
color: $inverted-text-color;
margin-bottom: 15px;
margin-bottom: 10px;
background: $ui-primary-color;
box-shadow: 0 2px 6px rgba($base-shadow-color, 0.3);
padding: 8px 10px;
@@ -583,8 +583,7 @@

.reply-indicator {
border-radius: 4px;
position: relative;
bottom: 10px;
margin-bottom: 10px;
background: $ui-primary-color;
padding: 10px;
}


Loading…
取消
儲存