We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aaa45a commit 2045253Copy full SHA for 2045253
packages/core/src/client/webcomponents/style.css
@@ -24,7 +24,7 @@
24
}
25
26
#vite-devtools-anchor #vite-devtools-dock-container {
27
- --uno: absolute left-0 top-0 h-[44px] min-w-[100px];
+ --uno: absolute left-0 top-0 h-[44px] min-w-[100px] w-max;
28
transform: translate(-50%, -50%);
29
30
@@ -39,7 +39,7 @@
39
40
41
#vite-devtools-anchor #vite-devtools-dock {
42
- --uno: h-full min-w-full rounded-full select-none touch-none;
+ --uno: h-full min-w-full rounded-full select-none touch-none px4;
43
--uno: shadow text-white bg-glass border border-base;
44
transition:
45
all 0.6s ease,
0 commit comments