File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 106106 v-show =" widgetMode === WidgetMode.RegularWidgets"
107107 class =" flex flex-col items-center justify-between w-full overflow-y-clip h-[35%]"
108108 >
109- <p class =" text-lg font-semibold select-none" >Current widgets</p >
109+ <p class =" text-lg font-semibold select-none" >
110+ <span class =" mr-1 text-slate-400 mdi mdi-swap-vertical" />
111+ Current widgets
112+ </p >
110113 <div class =" grow" />
111114 <VueDraggable
112115 v-model =" store.currentView.widgets"
123126 <Button
124127 class =" flex items-center justify-center w-full h-8 pl-3 overflow-auto cursor-grab active:cursor-grabbing"
125128 >
126- <span class =" mr-3 text-base text-slate-700 mdi mdi-dots-grid " > </span >
129+ <span class =" mr-3 text-base text-slate-700" >⠿ </span >
127130 <p class =" overflow-hidden text-sm text-ellipsis whitespace-nowrap" >{{ widget.name }}</p >
128131 <div class =" grow" />
129132 <div
You can’t perform that action at this time.
0 commit comments