File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/features/bottom Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8888 </div >
8989
9090 <!-- Right part of live-graph -->
91- <div
92- class =" absolute right-0 bottom-0 cursor-pointer h-full w-45 flex flex-col justify-between hover:bg-secondary hover:bg-opacity-10 transition"
93- on:click ={() => (isLive3DOpen = true )}>
91+ <div class =" absolute right-0 bottom-0 h-full w-45 flex flex-col justify-between" >
9492 <div class =" pt-2 pr-2 justify-end flex flex-row gap-2" >
9593 <p >Fingerprint:</p >
9694 <input
106104 </div >
107105 {/if }
108106
109- <div class =" flex flex-row pl-4 justify-center" >
107+ <div
108+ class =" flex flex-row pl-4 justify-center cursor-pointer hover:bg-secondary hover:bg-opacity-10 transition"
109+ on:click ={() => (isLive3DOpen = true )}>
110110 <View3DLive width ={140 } height ={140 } freeze ={isLive3DOpen } />
111111 </div >
112112 </div >
You can’t perform that action at this time.
0 commit comments