Adjust footer button indentation and refine CSS positioning for improved layout in ListDetailPage
All checks were successful
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Successful in 1m23s

This commit is contained in:
mohamad 2025-06-07 18:07:47 +02:00
parent 5f05cd9377
commit b9b2bfb469

View File

@ -1743,8 +1743,8 @@ const isExpenseExpanded = (expenseId: number) => {
content: "";
position: absolute;
opacity: 0;
left: 6px;
top: 2px;
left: 5px;
top: 1px;
width: 6px;
height: 12px;
border: solid var(--primary);