mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 18:10:08 +00:00
Fix topbar submenu width on mobile/tablet (#1047)
* Fix topbar submenu width on tablet * Add Playwright test * Use better selector * nit --------- Co-authored-by: Chenlei Hu <chenlei.hu@mail.utoronto.ca>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
:model="items"
|
||||
class="top-menubar border-none p-0 bg-transparent"
|
||||
:pt="{
|
||||
rootList: 'gap-0 flex-nowrap'
|
||||
rootList: 'gap-0 flex-nowrap w-auto'
|
||||
}"
|
||||
/>
|
||||
<Divider layout="vertical" class="mx-2" />
|
||||
|
||||
Reference in New Issue
Block a user