ssb: prettier.

This commit is contained in:
2024-12-23 11:08:27 -05:00
parent 5051cecb84
commit eb6753afe1
3 changed files with 62 additions and 53 deletions

View File

@ -155,9 +155,15 @@ export async function picker(callback, anchor, author) {
<style>
${styles}
</style>
<div class="w3-modal" style="display: block; box-sizing: border-box; z-index: 10">
<div
class="w3-modal"
style="display: block; box-sizing: border-box; z-index: 10"
>
<div class="w3-modal-content w3-card-4">
<div class="w3-content w3-theme-d1" style="display: flex; flex-direction: column; max-height: 50vh">
<div
class="w3-content w3-theme-d1"
style="display: flex; flex-direction: column; max-height: 50vh"
>
<header class="w3-container" style="flex: 0 0">
<h1>Choose a Reaction</h1>
<span class="w3-button w3-display-topright" @click=${cleanup}