mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 00:33:50 +02:00
use tailwind token for border radius instead of hardcoding values
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
v-if="!worldDialog.loading"
|
||||
:src="worldDialog.ref.thumbnailImageUrl"
|
||||
class="cursor-pointer"
|
||||
style="width: 160px; height: 120px; border-radius: 12px"
|
||||
style="width: 160px; height: 120px; border-radius: var(--radius-xl)"
|
||||
@click="showFullscreenImageDialog(worldDialog.ref.imageUrl)"
|
||||
loading="lazy" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user