mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 17:52:16 +00:00
fix settings not showing on small screens (#1914)
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
class="border-none w-full"
|
class="border-none w-full"
|
||||||
/>
|
/>
|
||||||
</ScrollPanel>
|
</ScrollPanel>
|
||||||
<Divider layout="vertical" class="mx-1 2xl:mx-4" />
|
<Divider layout="vertical" class="mx-1 2xl:mx-4 hidden md:flex" />
|
||||||
|
<Divider layout="horizontal" class="flex md:hidden" />
|
||||||
<Tabs :value="tabValue" :lazy="true" class="settings-content h-full w-full">
|
<Tabs :value="tabValue" :lazy="true" class="settings-content h-full w-full">
|
||||||
<TabPanels class="settings-tab-panels h-full w-full pr-0">
|
<TabPanels class="settings-tab-panels h-full w-full pr-0">
|
||||||
<PanelTemplate value="Search Results">
|
<PanelTemplate value="Search Results">
|
||||||
@@ -249,6 +250,10 @@ const tabValue = computed(() =>
|
|||||||
.settings-sidebar {
|
.settings-sidebar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings-content {
|
||||||
|
height: 350px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Show a separator line above the Keybinding tab */
|
/* Show a separator line above the Keybinding tab */
|
||||||
|
|||||||
Reference in New Issue
Block a user