From 6988ae83c9ac864936076494322b71d36518bb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Thu, 10 Jun 2021 11:19:25 +0200 Subject: [PATCH] :bug: Fix mini visual bug --- .../resources/styles/main/partials/sidebar-element-options.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/sidebar-element-options.scss b/frontend/resources/styles/main/partials/sidebar-element-options.scss index 8b5606eec4..72faa15efd 100644 --- a/frontend/resources/styles/main/partials/sidebar-element-options.scss +++ b/frontend/resources/styles/main/partials/sidebar-element-options.scss @@ -1415,7 +1415,7 @@ transform: rotate(45deg); } - .top-down svg { + .top-bottom svg { transform: rotate(-45deg); }