mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 12:05:07 +01:00
Fix button overflow on confirmation modal for mobile (#4465)
This commit is contained in:
parent
3e7a541e09
commit
82b4cf4acb
@ -3499,7 +3499,7 @@ button.icon-button.active i.fa-retweet {
|
||||
}
|
||||
|
||||
.confirmation-modal {
|
||||
max-width: 280px;
|
||||
max-width: 85vw;
|
||||
|
||||
@media screen and (min-width: 480px) {
|
||||
max-width: 380px;
|
||||
|
Loading…
Reference in New Issue
Block a user