product: change actions button postions and general fixes

This commit is contained in:
2025-12-19 01:55:53 +03:00
parent e43675d018
commit ed23b10240
7 changed files with 308 additions and 107 deletions

View File

@@ -232,7 +232,7 @@
align-items: center;
justify-content: flex-end;
position: relative;
top: 5px
top: 5px;
}
/* Dark mode desktop styles */
@@ -320,8 +320,9 @@
}
.inputField {
height: 50px;
height: 100px;
width: 100% !important;
border-radius: 6px;
}
.editButton {
@@ -329,4 +330,3 @@
font-size: 14px;
cursor: pointer;
}