mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
[Manager] Remove shadows on left nav list (#3106)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
:options="tabs"
|
:options="tabs"
|
||||||
optionLabel="label"
|
optionLabel="label"
|
||||||
listStyle="max-height:unset"
|
listStyle="max-height:unset"
|
||||||
class="w-full border-0 bg-transparent"
|
class="w-full border-0 bg-transparent shadow-none"
|
||||||
:pt="{
|
:pt="{
|
||||||
list: { class: 'p-5' },
|
list: { class: 'p-5' },
|
||||||
option: { class: 'px-8 py-3 text-lg rounded-xl' },
|
option: { class: 'px-8 py-3 text-lg rounded-xl' },
|
||||||
|
|||||||
Reference in New Issue
Block a user