style the sharing screen (plus other fixes)

This commit is contained in:
2024-05-11 07:09:48 -06:00
parent 7f02ba29a3
commit f7b5dbf4ce
4 changed files with 86 additions and 40 deletions

View File

@@ -15,7 +15,7 @@
class="rounded-l border border-r-0 border-slate-400 bg-slate-200 text-center text-blue-500 px-2 py-2 w-20"
@click="changeUnitCode()"
>
{{ libsUtil.UNIT_SHORT[unitCode] }}
{{ libsUtil.UNIT_SHORT[unitCode] || unitCode }}
</span>
<div
class="border border-r-0 border-slate-400 bg-slate-200 px-4 py-2"