From 7a51e2d404d82a8fa491ad08bc88112a7173dff7 Mon Sep 17 00:00:00 2001 From: Insert5StarName Date: Sun, 1 Oct 2023 01:20:20 +0200 Subject: prototype: decreased rounding --- packages/frontend/src/widgets/WidgetInstanceInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/frontend/src/widgets/WidgetInstanceInfo.vue') diff --git a/packages/frontend/src/widgets/WidgetInstanceInfo.vue b/packages/frontend/src/widgets/WidgetInstanceInfo.vue index 48a1849090..ce4de307db 100644 --- a/packages/frontend/src/widgets/WidgetInstanceInfo.vue +++ b/packages/frontend/src/widgets/WidgetInstanceInfo.vue @@ -66,7 +66,7 @@ defineExpose({ display: inline-block; width: 60px; height: 60px; - border-radius: 8px; + border-radius: 5px; box-sizing: border-box; border: solid 3px #fff; } -- cgit v1.2.3-freya