don't shrink logo when device name too long

This commit is contained in:
liamcottle
2025-02-16 17:59:27 +13:00
parent dbb0c8ec80
commit 4b69453ee0

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="flex bg-white p-2 border-b h-16"> <div class="flex bg-white p-2 border-b h-16">
<div class="my-auto mr-2"> <div class="flex-shrink-0 my-auto mr-2">
<img src="/icon.png" class="size-12 rounded"/> <img src="/icon.png" class="size-12 rounded"/>
</div> </div>
<div class="my-auto mr-auto overflow-hidden"> <div class="my-auto mr-auto overflow-hidden">