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

@ -141,6 +141,10 @@ body {
font-size: small; font-size: small;
} }
.display-info {
display: flex;
}
.btn-remove { .btn-remove {
cursor: pointer; cursor: pointer;
@ -148,7 +152,7 @@ body {
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;