This commit is contained in:
Parsa Nazer
2025-10-20 19:34:21 +03:30
parent 46c0bee110
commit 3aae4960a7
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -307,4 +307,20 @@
[dir="rtl"] strong.font-semibold.text-font-important-light.ml-auto.dark\:text-font-important-dark { [dir="rtl"] strong.font-semibold.text-font-important-light.ml-auto.dark\:text-font-important-dark {
margin: 0 !important; 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 */
} }
+1 -1
View File
@@ -40,7 +40,7 @@ django-iranian-cities==1.0.2
django-jalali==7.3.0 django-jalali==7.3.0
django-storages==1.14.5 django-storages==1.14.5
django-timezone-field==7.1 django-timezone-field==7.1
django-unfold==0.65.0 django-unfold==0.48.0
djangorestframework==3.15.2 djangorestframework==3.15.2
djangorestframework-simplejwt==5.3.1 djangorestframework-simplejwt==5.3.1
djoser==2.3.1 djoser==2.3.1