replace inline styles with utility classes in dialogs

This commit is contained in:
pa
2026-03-09 18:17:37 +09:00
parent e5500f47be
commit feb04b036f
44 changed files with 148 additions and 301 deletions

View File

@@ -32,15 +32,8 @@
loading="lazy" />
</div>
<pre
class="text-xs"
style="
display: inline-block;
vertical-align: top;
font-family: inherit;
font-size: 12px;
white-space: pre-wrap;
margin: 0;
"
class="text-xs font-[inherit]"
style="display: inline-block; vertical-align: top; white-space: pre-wrap; margin: 0"
>{{ post.text || '-' }}</pre
>
<br />