forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 22:20:01 -06:00
parent e65401a14b
commit eb7fd64332
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
<a href="/formatting" target="_blank" class="block mt-2 text-xs text-gray-500 hover:text-gray-400">Formatting help</a> <a href="/formatting" target="_blank" class="block mt-2 text-xs text-gray-500 hover:text-gray-400">Formatting help</a>
</div> </div>
<div class="btn btn-secondary" onclick="document.getElementById('preview').classList.toggle('d-none');" style="float: right;"> <div class="hidden btn btn-secondary" onclick="document.getElementById('preview').classList.toggle('d-none');" style="float: right;">
Toggle preview Toggle preview
</div> </div>
<div id="preview" class="hidden my-3"></div> <div id="preview" class="hidden my-3"></div>