0
0
Fork 0

Make share intent modal to make "signed in as" shown. (#4611)

* Make share intent modal to make "signed in as" shown.

* fix glitch on mobile.
This commit is contained in:
Clworld 2017-08-16 23:48:44 +09:00 committed by Eugen Rochko
parent e33c28a6d8
commit f814661fca
2 changed files with 7 additions and 1 deletions

View file

@ -53,6 +53,7 @@
box-sizing: border-box;
@media screen and (max-width: 400px) {
width: 100%;
margin-top: 0;
padding: 20px;
}