This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
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 width of .confirmation-modal on narrow screens (
#2743
)
closed-social-v3
unarist
7 years ago
committed by
Eugen Rochko
parent
5f9cb48882
commit
40562fd266
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
app/javascript/styles/components.scss
+ 5
- 1
app/javascript/styles/components.scss
View File
@ -2947,7 +2947,11 @@ button.icon-button.active i.fa-retweet {
}
.
confirmation-modal
{
max-width
:
380px
;
max-width
:
280px
;
@media
screen
and
(
min-width
:
480
px
)
{
max-width
:
380px
;
}
}
.
confirmation-modal__action-bar
{
Write
Preview
Loading…
Cancel
Save