From e8074a791332e5cba0bbe396b697a9730609fcd7 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 23 Apr 2023 19:49:55 +0200 Subject: [PATCH] chore: avoid using rem in devtools client, close #180 --- packages/devtools/src/runtime/plugins/view/Frame.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/src/runtime/plugins/view/Frame.vue b/packages/devtools/src/runtime/plugins/view/Frame.vue index 51a252cfb..64da4254c 100644 --- a/packages/devtools/src/runtime/plugins/view/Frame.vue +++ b/packages/devtools/src/runtime/plugins/view/Frame.vue @@ -263,7 +263,7 @@ declare global { height: 100%; outline: none; border: 1px solid rgba(125,125,125,0.2); - border-radius: 0.5rem; + border-radius: 10px; } .nuxt-devtools-resize-handle-horizontal {