From 9a6efc0d5b110c34d7078c4f99c59446144bcb9c Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 3 Aug 2025 13:30:45 +0200 Subject: [PATCH] fix(rtl): keyboard shortcuts trigger position --- frontend/src/components/home/ContentAuth.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/frontend/src/components/home/ContentAuth.vue b/frontend/src/components/home/ContentAuth.vue index f2fb2fca5..5469d5e91 100644 --- a/frontend/src/components/home/ContentAuth.vue +++ b/frontend/src/components/home/ContentAuth.vue @@ -135,11 +135,6 @@ projectStore.loadAllProjects() inset-block-start: 0.5rem; inset-inline-end: 0.5rem; z-index: 31; - - [dir="rtl"] & { - right: auto; - inset-inline-start: 0.5rem; - } width: 3rem; height: 3rem; display: flex; @@ -228,12 +223,6 @@ projectStore.loadAllProjects() inset-block-end: calc(1rem - 4px); inset-inline-end: 1rem; z-index: 4500; // The modal has a z-index of 4000 - - [dir="rtl"] & { - right: auto; - inset-inline-start: 1rem; - } - color: var(--grey-500); transition: color $transition;