1
0

App update fixes (#4450)

This commit is contained in:
Jerozgen
2025-09-30 21:40:28 +03:00
committed by GitHub
parent beb1bdb31f
commit 28e9f017e3
3 changed files with 5 additions and 5 deletions

View File

@@ -69,13 +69,13 @@ const messages = defineMessages({
</script>
<template>
<div
class="fixed card-shadow rounded-2xl top-[--top-bar-height] mt-6 right-6 p-4 z-10 w-[25rem] bg-bg-raised border-divider border-solid border-[2px]"
class="grid grid-cols-[min-content] fixed card-shadow rounded-2xl top-[--top-bar-height] mt-6 right-6 p-4 z-10 bg-bg-raised border-divider border-solid border-[2px]"
:class="{
'download-complete': progress === 1,
}"
>
<div class="flex">
<h2 class="text-base text-contrast font-semibold m-0 grow">
<div class="flex min-w-[25rem] gap-4">
<h2 class="whitespace-nowrap text-base text-contrast font-semibold m-0 grow">
{{
formatMessage(metered && progress === 1 ? messages.downloadCompleteTitle : messages.title)
}}