Skip to content

Commit

Permalink
Fix margin between compose warning, reply indicator and textarea (mas…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and lawremipsum committed Jul 7, 2018
1 parent eddc7eb commit fea10b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -583,8 +583,7 @@

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

0 comments on commit fea10b5

Please sign in to comment.