replace display info with new table

This commit is contained in:
AHKAD 2024-09-17 11:17:24 +00:00
parent 17bad25c00
commit dff66191c0
1 changed files with 5 additions and 1 deletions

View File

@ -142,13 +142,17 @@ body {
} }
.display-info {
display: flex;
}
.btn-remove { .btn-remove {
cursor: pointer; cursor: pointer;
/* border-radius: 15px; */ /* border-radius: 15px; */
color: red; color: red;
/* border-color: red; */ /* border-color: red; */
/* border-width: 2px; */ /* border-width: 2px; */
position: absolute; /* position: absolute; */
margin-top: 5px !important; margin-top: 5px !important;
z-index: 5; z-index: 5;
padding: 5px; padding: 5px;