fix: emoji picker uses full panel width with no dead space
Remove width: 100% !important override that fought emoji-mart's shadow DOM grid. Container now uses w-fit to wrap content tightly. GIF picker gets explicit w-[390px] to maintain its own width independently.
This commit is contained in:
@@ -303,7 +303,6 @@
|
||||
--font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
|
||||
border: none !important;
|
||||
background: transparent !important;
|
||||
width: 100% !important;
|
||||
max-height: 400px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user