From 3aae4960a7a14b19dfd176220b7e4e2d2c7ab5c9 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Mon, 20 Oct 2025 19:34:21 +0330 Subject: [PATCH] fix --- backend/core/static/rtl.css | 16 ++++++++++++++++ backend/requirements.txt | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/backend/core/static/rtl.css b/backend/core/static/rtl.css index 3ac4864..5771fd8 100644 --- a/backend/core/static/rtl.css +++ b/backend/core/static/rtl.css @@ -307,4 +307,20 @@ [dir="rtl"] strong.font-semibold.text-font-important-light.ml-auto.dark\:text-font-important-dark { margin: 0 !important; +} + +.lg\:backdrop-blur-sm { + position: relative; + z-index: 1; /* Lower z-index so it goes under other components */ +} + +.lg\:backdrop-blur-sm .flex.flex-row { + position: relative; + left: -130px; /* 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 */ } \ No newline at end of file diff --git a/backend/requirements.txt b/backend/requirements.txt index 70d2e54..90a4e23 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -40,7 +40,7 @@ django-iranian-cities==1.0.2 django-jalali==7.3.0 django-storages==1.14.5 django-timezone-field==7.1 -django-unfold==0.65.0 +django-unfold==0.48.0 djangorestframework==3.15.2 djangorestframework-simplejwt==5.3.1 djoser==2.3.1