mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-11 14:41:17 +08:00
removed add button, removed text
This commit is contained in:
parent
622a5ff3fd
commit
8e9fbc3c87
1 changed files with 4 additions and 10 deletions
|
|
@ -3677,15 +3677,7 @@
|
|||
tabContent="custom"
|
||||
class="tabContent customTheme hidden"
|
||||
>
|
||||
<div class="allCustomThemes buttons">
|
||||
Custom theme buttons should be placed here. If you are
|
||||
seeing this message, contact support
|
||||
</div>
|
||||
<div class="addCustomThemeWrapper">
|
||||
<div class="button addCustomThemeButton">
|
||||
<i class="fas fa-plus"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="allCustomThemes buttons"></div>
|
||||
<div class="customThemeEdit">
|
||||
<label class="colorText">background</label>
|
||||
<div class="colorPicker inputAndButton">
|
||||
|
|
@ -3885,7 +3877,9 @@
|
|||
<div class="button" id="shareCustomThemeButton">
|
||||
share
|
||||
</div>
|
||||
<div class="button saveCustomThemeButton">save</div>
|
||||
<div class="button saveCustomThemeButton">
|
||||
save as new
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue