diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index 7edbf79..673f71d 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -209,10 +209,16 @@ a { max-width: 200px; } -.btn { +.btn, #discordlogin_btn { max-width: 100%; } +@media only screen and (max-width: 800px) { + #modal_guildiconcircle { + max-width: 75px; + } +} + @media only screen and (min-width: 800px) { .valign-wrap { display: -webkit-flex; diff --git a/webapp/titanembeds/templates/embed.html.j2 b/webapp/titanembeds/templates/embed.html.j2 index 7656c99..ad469cd 100644 --- a/webapp/titanembeds/templates/embed.html.j2 +++ b/webapp/titanembeds/templates/embed.html.j2 @@ -77,7 +77,7 @@