fix direct messaging on new site

probably breaks gifting coins, I haven't tested that lol
remotes/1693045480750635534/spooky-22
beese_buck 2022-01-09 18:26:45 -05:00 committed by GitHub
parent 8d96b01dd1
commit bd12a03231
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<!-- Form -->
<div class="profile-toggleable" id="giftCoins">
<div class="relative rounded-lg border border-gray-300 dark:border-gray-900 bg-gray-100 dark:bg-white/[.05] shadow-inner w-full">
<textarea maxlength="1000" id="gift-message" name="message" form="message" class="w-full rounded-t-md p-3 bg-transparent focus:bg-white dark:focus:bg-transparent shadow-inner resize-y focus:outline-none placehoder:text-gray-400" aria-label="With textarea" placeholder="'tis the season of giving..." rows="3"></textarea>
<textarea maxlength="1000" id="gift-message" name="message" form="TEMP_DM_FIX" class="w-full rounded-t-md p-3 bg-transparent focus:bg-white dark:focus:bg-transparent shadow-inner resize-y focus:outline-none placehoder:text-gray-400" aria-label="With textarea" placeholder="'tis the season of giving..." rows="3"></textarea>
<ul class="-mt-1 flex space-x-4 px-3 py-2 border-t border-dashed border-gray-400 mb-0">
<li>
<button type="button" class="text-gray-400 hover:text-gray-500" onclick="makeBold('gift-message')">
@ -59,4 +59,4 @@
</div>
</div>
</div>
</div>
</div>