mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-10 07:30:08 +00:00
style: change gaps between floating elements from 2 (8px) to 1 (4px) (#6226)
## Summary Design request **Before** <img width="2643" height="2074" alt="Screenshot from 2025-10-23 11-16-26" src="https://github.com/user-attachments/assets/1c93879e-bfc4-4054-b0dd-ee0cd296a7ca" /> **After** <img width="2643" height="2074" alt="Screenshot from 2025-10-23 11-16-13" src="https://github.com/user-attachments/assets/b9327dcc-9b97-424a-8b05-4f5d62beeefa" /> ## Related - https://github.com/Comfy-Org/ComfyUI_frontend/pull/6120 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6226-style-change-gaps-between-floating-elements-from-2-8px-to-1-4px-2956d73d3650815b8640c5f3891fe494) by [Unito](https://www.unito.io) --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
v-if="visible"
|
||||
class="absolute right-2 bottom-[66px] z-1300 flex w-[250px] justify-center border-0! bg-inherit!"
|
||||
class="absolute right-0 bottom-[62px] z-1300 flex w-[250px] justify-center border-0! bg-inherit!"
|
||||
>
|
||||
<div
|
||||
class="w-4/5 rounded-lg border border-node-border bg-interface-panel-surface p-2 text-text-primary shadow-lg select-none"
|
||||
|
||||
Reference in New Issue
Block a user