Skip to content

Commit

Permalink
very-generic-indicator: Adjust modal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Feb 19, 2024
1 parent 9a39938 commit 8aa2127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mini-widgets/VeryGenericIndicator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
</div>
<Dialog v-model:show="miniWidget.managerVars.configMenuOpen" class="w-[24rem]">
<div class="w-full h-full">
<div class="w-full h-full px-2 py-4">
<div class="flex items-center mb-3 justify-evenly">
<div
class="px-3 py-1 transition-all rounded-md cursor-pointer select-none text-slate-100 hover:bg-slate-400"
Expand Down

0 comments on commit 8aa2127

Please sign in to comment.