From d75257cba5726d7d17682024a9b522668fabffe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sat, 11 Jul 2020 03:47:21 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=5Fcanvas.scss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deep-insights/themes/scss/widgets/_canvas.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/deep-insights/themes/scss/widgets/_canvas.scss b/app/assets/stylesheets/deep-insights/themes/scss/widgets/_canvas.scss index 12e12eb..349e7f3 100644 --- a/app/assets/stylesheets/deep-insights/themes/scss/widgets/_canvas.scss +++ b/app/assets/stylesheets/deep-insights/themes/scss/widgets/_canvas.scss @@ -9,6 +9,14 @@ border-radius: $baseSize / 2; } +.CDB-Widget-canvas-origin { + position: relative; + width: $desktopLayout; + min-width: $desktopLayout; + max-width: $desktopLayout; + border-radius: $baseSize / 2; +} + .CDB-Widget-canvasInner { display: flex; position: relative;