Style the settings modal a bit better
This commit is contained in:
parent
d682b0060e
commit
ad3141ef6e
|
@ -143,7 +143,8 @@
|
|||
<div class="modal-content">
|
||||
<a class="close-button" onclick="this.parentElement.parentElement.style.display='none';">×︎</a>
|
||||
<section>
|
||||
<form>
|
||||
<form class="split two">
|
||||
<div>
|
||||
<label>Use IPA Auto-Fill
|
||||
<input id="settingsUseIPA" type="checkbox" checked><br />
|
||||
<small>Check this to use character combinations to input International Phonetic Alphabet characters into
|
||||
|
@ -160,6 +161,8 @@
|
|||
<option value="royal">Royal</option>
|
||||
</select>
|
||||
</label>
|
||||
</div>
|
||||
<div id="accountSettings"></div>
|
||||
</form>
|
||||
</section>
|
||||
<footer>
|
||||
|
|
|
@ -82,6 +82,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
#settingsModal {
|
||||
.modal-content section {
|
||||
padding: ($general-padding * 2) $general-padding $general-padding;
|
||||
}
|
||||
}
|
||||
|
||||
#mobileWordFormShow {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue