Small fixes

This commit is contained in:
Natsumi
2023-06-28 09:13:52 +12:00
parent b2942e5981
commit 825377463e
4 changed files with 24 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ mixin playerListTab()
br
location-world(:locationobject="currentInstanceLocation" :currentuserid="API.currentUser.id")
instance-info(:location="currentInstanceLocation.tag" :instance="currentInstanceWorld.instance" :friendcount="lastLocation.friendList.size" :updateelement="updateInstanceInfo")
| ― #[timer(v-if="lastLocation.date" :epoch="lastLocation.date")]
|  ― #[timer(v-if="lastLocation.date" :epoch="lastLocation.date")]
div(style="margin-top:5px")
span(v-show="currentInstanceWorld.ref.name !== currentInstanceWorld.ref.description" v-text="currentInstanceWorld.ref.description" style="font-size:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2")
div(style="display:flex;flex-direction:column;margin-left:20px")