Skip to content

Commit

Permalink
src: components: edit-menu: improve widget reordering icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander committed Jan 26, 2024
1 parent c876ab7 commit db11994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/EditMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
v-show="widgetMode === WidgetMode.RegularWidgets"
class="flex flex-col items-center justify-between w-full overflow-y-clip h-[35%]"
>
<p class="text-lg font-semibold select-none">Current widgets</p>
<p class="text-lg font-semibold select-none"><span class="mr-1 text-slate-400 mdi mdi-swap-vertical"></span>Current widgets</p>
<div class="grow" />
<VueDraggable
v-model="store.currentView.widgets"
Expand All @@ -118,7 +118,7 @@
<Button
class="flex items-center justify-center w-full h-8 pl-3 overflow-auto cursor-grab active:cursor-grabbing"
>
<span class="mr-3 text-base text-slate-700 mdi mdi-dots-grid"></span>
<span class="mr-3 text-base text-slate-700">⠿</span>
<p class="overflow-hidden text-sm text-ellipsis whitespace-nowrap">{{ widget.name }}</p>
<div class="grow" />
<div
Expand Down

0 comments on commit db11994

Please sign in to comment.