Skip to content

Commit

Permalink
Allow modal secondary button to shrink and allow wider confirmation m…
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and hiyuki2578 committed Oct 2, 2019
1 parent ab4eba4 commit 43b670d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3961,14 +3961,6 @@ a.status-card.compact:hover {
font-size: 14px;
}

.confirmation-modal {
max-width: 85vw;

@media screen and (min-width: 480px) {
max-width: 380px;
}
}

.mute-modal {
line-height: 24px;
}
Expand Down Expand Up @@ -4147,6 +4139,10 @@ a.status-card.compact:hover {
color: darken($lighter-text-color, 4%);
}
}

.confirmation-modal__secondary-button {
flex-shrink: 1;
}
}

.confirmation-modal__container,
Expand Down

0 comments on commit 43b670d

Please sign in to comment.