add back button in edit pages (#96)
All checks were successful
Backend Deploy / build (push) Successful in 24s
Backend Build and Test / build (push) Successful in 3m2s

closes #89

Reviewed-on: #96
This commit was merged in pull request #96.
This commit is contained in:
2025-05-26 13:57:17 +02:00
parent 8fa4918743
commit 56a19acd0f
8 changed files with 36 additions and 5 deletions

View File

@@ -1,11 +1,12 @@
.toolbar {
display: flex;
align-items: center;
}
.remove-button {
background-color: var(--ion-color-primary);
margin-right: 15px;
width: 85px;
width: 95px;
margin-bottom: 0;
}
@@ -42,4 +43,8 @@ button {
button:disabled,
button[disabled]{
opacity: 0.5;
}
.icon {
margin-left: 5px;
}