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 */ }