diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index 2f07232..7edbf79 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -196,4 +196,30 @@ a { .align-top { vertical-align: top; +} + +#modal_guildinfobox { + background-color: #455a64; + padding-top: 10px; + padding-bottom: 10px; +} + +#modal_guildiconcircle { + width: 100%; + max-width: 200px; +} + +.btn { + max-width: 100%; +} + +@media only screen and (min-width: 800px) { + .valign-wrap { + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + } } \ No newline at end of file diff --git a/webapp/titanembeds/templates/embed.html.j2 b/webapp/titanembeds/templates/embed.html.j2 index 0390b8a..7656c99 100644 --- a/webapp/titanembeds/templates/embed.html.j2 +++ b/webapp/titanembeds/templates/embed.html.j2 @@ -76,10 +76,10 @@