mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
replace inline styles with utility classes in dialogs
This commit is contained in:
@@ -32,8 +32,7 @@
|
||||
</div>
|
||||
<div class="mt-1.5">
|
||||
<span
|
||||
class="cursor-pointer x-grey"
|
||||
style="font-family: monospace"
|
||||
class="cursor-pointer x-grey font-mono"
|
||||
@click="showUserDialog(worldDialog.ref.authorId)"
|
||||
v-text="worldDialog.ref.authorName" />
|
||||
</div>
|
||||
@@ -130,7 +129,8 @@
|
||||
<div style="margin-top: 6px; display: flex; align-items: center">
|
||||
<span
|
||||
v-show="worldDialog.ref.name !== worldDialog.ref.description"
|
||||
style="font-size: 12px; flex: 1; margin-right: 0.5em"
|
||||
class="text-xs"
|
||||
style="flex: 1; margin-right: 0.5em"
|
||||
>{{ translatedDescription || worldDialog.ref.description }}</span
|
||||
>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user