From 769655f5658815c44afce009f4213943dd3bf790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Tue, 2 Jul 2024 15:18:27 +0200 Subject: [PATCH] :bug: Fix layer width on the left sidebar --- frontend/src/app/main/ui/workspace.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace.scss b/frontend/src/app/main/ui/workspace.scss index f190164cff..53ab9e778f 100644 --- a/frontend/src/app/main/ui/workspace.scss +++ b/frontend/src/app/main/ui/workspace.scss @@ -8,7 +8,7 @@ .workspace { @extend .new-scrollbar; - --layer-indentation-size: calc($s-4 * 6); + --layer-indentation-size: calc(#{$s-4} * 6); width: 100vw; height: 100vh; max-height: 100vh;