more random shit
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
<!-- Scene Explorer Content - No individual scroll container -->
|
||||
<div
|
||||
v-if="isExpanded && rootNodeChildren.length"
|
||||
class="relative flex flex-col gap-y-2 px-1"
|
||||
class="relative flex flex-col gap-y-2 px-1 pt-1"
|
||||
>
|
||||
<div v-for="(childNode, idx) in rootNodeChildren" :key="idx">
|
||||
<ViewerModelsTreeItem
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
v-tippy="getTooltipProps(isHidden ? 'Show' : 'Hide', { placement: 'top' })"
|
||||
>
|
||||
<FormButton
|
||||
size="sm"
|
||||
color="subtle"
|
||||
:icon-left="isHidden ? iconEyeClosed : iconEye"
|
||||
hide-text
|
||||
@@ -40,7 +39,6 @@
|
||||
"
|
||||
>
|
||||
<FormButton
|
||||
size="sm"
|
||||
color="subtle"
|
||||
:icon-left="isIsolated ? iconViewerUnisolate : iconViewerIsolate"
|
||||
hide-text
|
||||
@@ -57,7 +55,6 @@
|
||||
>
|
||||
<FormButton
|
||||
hide-text
|
||||
size="sm"
|
||||
color="subtle"
|
||||
:icon-left="settingsIcon"
|
||||
@click="showSubMenu = !showSubMenu"
|
||||
|
||||
Reference in New Issue
Block a user