mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
fix bio button alignment
This commit is contained in:
@@ -252,7 +252,7 @@
|
|||||||
style="margin-left: 5px; padding: 0"
|
style="margin-left: 5px; padding: 0"
|
||||||
@click="showBioDialog"></el-button>
|
@click="showBioDialog"></el-button>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top: 5px">
|
<div style="margin-top: 5px" class="flex">
|
||||||
<el-tooltip v-for="(link, index) in userDialog.ref.bioLinks" :key="index">
|
<el-tooltip v-for="(link, index) in userDialog.ref.bioLinks" :key="index">
|
||||||
<template #content>
|
<template #content>
|
||||||
<span v-text="link"></span>
|
<span v-text="link"></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user