Skip to content

Commit

Permalink
hotfix: Fixed the positioning of names in installed applications
Browse files Browse the repository at this point in the history
  • Loading branch information
mlyubimov committed Nov 3, 2023
1 parent 7aff1cb commit 38fb170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/InstalledApps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<q-img :src="`data:image/png;base64,${app.icon}`" style="image-rendering: pixelated; width: 38px"/>
</div>
<div class="col-10">
<div class="flex flex-center">
<div class="flex justify-start items-center">
<div class="text-h6 q-mr-sm" style="line-height: 1.5em; margin-bottom: 0.25rem;">{{ app.name }}</div>
<q-chip color="deep-orange-2" icon="mdi-alert-circle-outline" label="Outdated app" size="12px" dense class="q-px-sm"/>
</div>
Expand Down

0 comments on commit 38fb170

Please sign in to comment.