Skip to content

Commit

Permalink
Fix VeryGenericIndicator width
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Nov 28, 2023
1 parent e5308eb commit 6c5270c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/mini-widgets/VeryGenericIndicator.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="flex items-center justify-center h-12 py-1 text-white transition-all w-fit">
<div class="flex items-center justify-center h-12 py-1 text-white transition-all w-[7rem]">
<span class="relative w-[2rem] mdi icon-symbol" :class="[miniWidget.options.iconName]"></span>
<div class="flex flex-col items-start justify-center mx-1 select-none w-fit min-w-[3rem]">
<div class="flex flex-col items-start justify-center ml-1 select-none w-[4.75rem]">
<div>
<span class="font-mono text-xl font-semibold leading-6 w-fit">{{ parsedState }}</span>
<span class="text-xl font-semibold leading-6 w-fit">
Expand Down

0 comments on commit 6c5270c

Please sign in to comment.