File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ const panelStyle = computed(() => ({
408408 <!-- Top bar -->
409409 <div class =" nge-cl-topbar" @mousedown =" startDrag" :class =" { 'nge-cl-dragging': isDragging }" >
410410 <div class =" nge-cl-title" >
411- <span class =" nge-cl-icon" >🧠</ span > Cell Library
411+ <img src = " center-art/../neuron-icon-white.png " class =" nge-cl-icon" / > Cell Library
412412 </div >
413413 <button class =" nge-cl-close" @click =" emit('hide')" >×</button >
414414 </div >
@@ -631,7 +631,7 @@ const panelStyle = computed(() => ({
631631 letter-spacing : 0.03em ;
632632 color : #eef ;
633633}
634- .nge-cl-icon { font-size : 1.1 em ; }
634+ .nge-cl-icon { width : 18 px ; height : 18 px ; object-fit : contain ; vertical-align : middle ; }
635635.nge-cl-close {
636636 background : none ;
637637 border : none ;
You can’t perform that action at this time.
0 commit comments