diff --git a/html/src/index.pug b/html/src/index.pug index abd851d9..b559b2e3 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -1250,6 +1250,10 @@ html timer(:epoch="user.$location_at") el-tab-pane(label="Info") .x-friend-list(style="max-height:none") + .x-friend-item(style="width:100%;cursor:default") + .detail + span.name World ID + span.extra(v-text="worldDialog.id") .x-friend-item(style="cursor:default") .detail span.name Players @@ -1286,7 +1290,7 @@ html .detail span.name Version span.extra(v-text="worldDialog.ref.version") - .x-friend-item(style="width:100%;cursor:default") + .x-friend-item(style="width:525px;cursor:default") .detail span.name Platform span.extra(v-text="worldDialogPlatform")