This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix button overflow on confirmation modal for mobile (
#4465
)
master
unarist
7 years ago
committed by
Eugen Rochko
parent
3e7a541e09
commit
82b4cf4acb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/styles/components.scss
+ 1
- 1
app/javascript/styles/components.scss
View File
@ -3499,7 +3499,7 @@ button.icon-button.active i.fa-retweet {
}
.
confirmation-modal
{
max-width
:
280px
;
max-width
:
85vw
;
@media
screen
and
(
min-width
:
480
px
)
{
max-width
:
380px
;
Write
Preview
Loading…
Cancel
Save