From 1617ed29a2060fdb9fb180a8d862be4c0a6414f9 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Mon, 20 Oct 2025 21:23:33 +0330 Subject: [PATCH] update rtl file --- backend/core/static/rtl.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/core/static/rtl.css b/backend/core/static/rtl.css index 0221420..d441946 100644 --- a/backend/core/static/rtl.css +++ b/backend/core/static/rtl.css @@ -316,12 +316,12 @@ .lg\:backdrop-blur-sm .flex.flex-row { position: relative; - left: -130px; /* Adjust this value to move more/less to the left */ + left: -190px; /* Adjust this value to move more/less to the left */ z-index: 1; } /* Alternative: If you want the entire container shifted */ .lg\:backdrop-blur-sm > .flex.flex-row { - margin-left: -130px; /* Shift left by 20px, adjust as needed */ + margin-left: -190px; /* Shift left by 20px, adjust as needed */ }