From 5fc37f3a601ed4870ec4eaf0344ca672f58f2929 Mon Sep 17 00:00:00 2001 From: Hamza Mahjoubi Date: Mon, 4 Nov 2024 15:47:04 +0100 Subject: [PATCH] fix(NcAppSidebar): RTL support Signed-off-by: Hamza Mahjoubi --- src/components/NcAppSidebar/NcAppSidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NcAppSidebar/NcAppSidebar.vue b/src/components/NcAppSidebar/NcAppSidebar.vue index 98f7a65ced..c21f430244 100644 --- a/src/components/NcAppSidebar/NcAppSidebar.vue +++ b/src/components/NcAppSidebar/NcAppSidebar.vue @@ -1309,7 +1309,7 @@ $top-buttons-spacing: $app-navigation-padding; // align with app navigation position: absolute; z-index: 100; top: $top-buttons-spacing; - right: $top-buttons-spacing; + inset-inline-end: $top-buttons-spacing; width: var(--default-clickable-area); height: var(--default-clickable-area); opacity: $opacity_normal;