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
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:
parent
5f05cd9377
commit
b9b2bfb469
@ -1743,8 +1743,8 @@ const isExpenseExpanded = (expenseId: number) => {
|
|||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
left: 6px;
|
left: 5px;
|
||||||
top: 2px;
|
top: 1px;
|
||||||
width: 6px;
|
width: 6px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
border: solid var(--primary);
|
border: solid var(--primary);
|
||||||
|
Loading…
Reference in New Issue
Block a user