Browse Source

Improve actions modal style (#4423)

master
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
b3c44e95a9
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      app/javascript/styles/components.scss

+ 9
- 0
app/javascript/styles/components.scss View File

@@ -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…
Cancel
Save