mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-10 15:46:04 +08:00
fixed some popups not being styled
This commit is contained in:
parent
1916982e0c
commit
8ba2863a33
2 changed files with 3 additions and 2 deletions
|
@ -116,6 +116,7 @@ let defaultConfig = {
|
|||
minAcc: "off",
|
||||
minAccCustom: 90,
|
||||
showLiveAcc: false,
|
||||
showLiveBurst: false,
|
||||
monkey: false,
|
||||
repeatQuotes: "off",
|
||||
oppositeShiftMode: "off",
|
||||
|
|
|
@ -242,14 +242,14 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="settingsImportWrapper" class="hidden">
|
||||
<div id="settingsImportWrapper" class="popupWrapper hidden">
|
||||
<div id="settingsImport" action="">
|
||||
<input type="text" />
|
||||
<div class="button">import settings</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="customThemeShareWrapper" class="hidden">
|
||||
<div id="customThemeShareWrapper" class="popupWrapper hidden">
|
||||
<div id="customThemeShare" action="">
|
||||
<input type="text" />
|
||||
<div class="button">ok</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue