Add back button

This commit is contained in:
2024-02-06 22:24:56 +01:00
parent e2022b409d
commit ead7f09aad
4 changed files with 41 additions and 14 deletions

View File

@@ -199,6 +199,12 @@ th, td {
display: none;
}
.actions {
position: absolute;
top: 16px;
left: 16px;
}
.modal {
position: fixed;
display: flex;
@@ -226,7 +232,7 @@ th, td {
color: #213547;
background-color: #ffffff;
}
button, .btn {
button, .button {
background-color: #f9f9f9;
}
.context-menu {