fix: when timer starts the minimized window width changes
This commit is contained in:
parent
3de1c6ae11
commit
e31b6cdf72
@ -133,8 +133,8 @@
|
|||||||
{{ getUser().full_name }}
|
{{ getUser().full_name }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="onCall" class="flex items-center gap-3">
|
<div v-if="onCall" class="flex items-center gap-2">
|
||||||
<div class="my-1">
|
<div class="my-1 min-w-[40px] text-center">
|
||||||
{{ counterUp?.updatedTime }}
|
{{ counterUp?.updatedTime }}
|
||||||
</div>
|
</div>
|
||||||
<Button variant="solid" theme="red" class="rounded-full !h-6 !w-6">
|
<Button variant="solid" theme="red" class="rounded-full !h-6 !w-6">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user