Skip to content

Commit 2045253

Browse files
committed
fix: devtools docks styles
1 parent 4aaa45a commit 2045253

File tree

1 file changed

+2
-2
lines changed
  • packages/core/src/client/webcomponents

1 file changed

+2
-2
lines changed

packages/core/src/client/webcomponents/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
#vite-devtools-anchor #vite-devtools-dock-container {
27-
--uno: absolute left-0 top-0 h-[44px] min-w-[100px];
27+
--uno: absolute left-0 top-0 h-[44px] min-w-[100px] w-max;
2828
transform: translate(-50%, -50%);
2929
}
3030

@@ -39,7 +39,7 @@
3939
}
4040

4141
#vite-devtools-anchor #vite-devtools-dock {
42-
--uno: h-full min-w-full rounded-full select-none touch-none;
42+
--uno: h-full min-w-full rounded-full select-none touch-none px4;
4343
--uno: shadow text-white bg-glass border border-base;
4444
transition:
4545
all 0.6s ease,

0 commit comments

Comments
 (0)