From 0351b65efa166d0618720b6382793e73e7095dab Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Wed, 24 May 2017 18:56:26 +0000 Subject: [PATCH] Improved the login modal style --- webapp/titanembeds/static/css/embedstyle.css | 8 +++++++- webapp/titanembeds/templates/embed.html.j2 | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) 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 @@