mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-12-17 21:17:03 +01:00
Fix overwrite embed css check not clickable
This commit is contained in:
@@ -137,7 +137,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<h4>{{ _("Theme") }}</h4>
|
<h4>{{ _("Theme") }}</h4>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="input-field col s12">
|
<div class="col s12">
|
||||||
<select id="theme-selector">
|
<select id="theme-selector">
|
||||||
<option value="" selected>Default</option>
|
<option value="" selected>Default</option>
|
||||||
<option value="DiscordDark">DiscordDark</option>
|
<option value="DiscordDark">DiscordDark</option>
|
||||||
|
|||||||
Reference in New Issue
Block a user