16 lines
1.4 KiB
Plaintext
16 lines
1.4 KiB
Plaintext
<textarea class="message textarea rounded-lg">{{message}}</textarea>
|
|
<div class="flex">
|
|
<span class="text-base-content opacity-50 text-sm ml-4">{{date}}</span>
|
|
<div class="flex badge rounded-lg w-20 ml-4 gap-0 p-0">
|
|
<button class="cancelEditBtn flex justify-center items-center flex-1 pt-1 pb-1 rounded-tl-lg rounded-bl-lg h-full hover:bg-base-300 transition">
|
|
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" class="h-4 fill-current text-base-content">
|
|
<path d="m336-280 144-144 144 144 56-56-144-144 144-144-56-56-144 144-144-144-56 56 144 144-144 144 56 56ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/>
|
|
</svg>
|
|
</button>
|
|
<button class="saveEditBtn flex justify-center items-center flex-1 pt-1 pb-1 rounded-tr-lg rounded-br-lg h-full hover:bg-base-300 transition">
|
|
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" class="h-4 fill-current text-base-content">
|
|
<path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</div> |