mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Setting dialog responsive design for smaller screen size (screen width < 1536) (#1472)
* Smaller queue button * Smaller dialog padding * Adjust setting content * Fix keybinding panel
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
class="comfyui-queue-button"
|
||||
:label="activeQueueModeMenuItem.label"
|
||||
severity="primary"
|
||||
size="small"
|
||||
@click="queuePrompt"
|
||||
:model="queueModeMenuItems"
|
||||
data-testid="queue-button"
|
||||
@@ -24,6 +25,7 @@
|
||||
:label="item.label"
|
||||
:icon="item.icon"
|
||||
:severity="item.key === queueMode ? 'primary' : 'secondary'"
|
||||
size="small"
|
||||
text
|
||||
v-tooltip="item.tooltip"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user