瀏覽代碼

Improve actions modal style (#4423)

master
Eugen Rochko 6 年之前
committed by GitHub
父節點
當前提交
b3c44e95a9
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      app/javascript/styles/components.scss

+ 9
- 0
app/javascript/styles/components.scss 查看文件

@@ -3430,6 +3430,15 @@ button.icon-button.active i.fa-retweet {
}
}

.actions-modal {
.status {
background: $white;
border-bottom-color: $ui-secondary-color;
padding-top: 10px;
padding-bottom: 10px;
}
}

.boost-modal__container {
overflow-x: scroll;
padding: 10px;


Loading…
取消
儲存