fix
This commit is contained in:
@@ -308,3 +308,19 @@
|
|||||||
[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 */
|
||||||
|
}
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user