mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Fixed sizing of the login panel for mobile embeds
This commit is contained in:
parent
426597b597
commit
f1de263ab3
@ -68,11 +68,11 @@
|
|||||||
<div class="indeterminate"></div>
|
<div class="indeterminate"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s1 m4">
|
<div class="col s12 m4">
|
||||||
<a id="discordlogin_btn" href="{{ url_for("embed.login_discord", _external=True) }}" class="waves-effect waves-light btn-large" target="_blank">Discord Login</a>
|
<a id="discordlogin_btn" href="{{ url_for("embed.login_discord", _external=True) }}" class="waves-effect waves-light btn-large" target="_blank">Discord Login</a>
|
||||||
</div>
|
</div>
|
||||||
{% if unauth_enabled %}
|
{% if unauth_enabled %}
|
||||||
<div class="col s1 m8">
|
<div class="col s12 m8">
|
||||||
<p>Of course, you also have the option to login by picking a temporary username.</p>
|
<p>Of course, you also have the option to login by picking a temporary username.</p>
|
||||||
<input id="custom_username_field" type="text" {% if session.unauthenticated and session.username %}value="{{ session['username'] }}"{% endif %}>
|
<input id="custom_username_field" type="text" {% if session.unauthenticated and session.username %}value="{{ session['username'] }}"{% endif %}>
|
||||||
<label class="active" for="custom_username_field">Username</label>
|
<label class="active" for="custom_username_field">Username</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user