Improved profile margins and summary editor.

This commit is contained in:
2024-09-02 00:18:39 +02:00
parent 235d097f08
commit cc7ca7544b
6 changed files with 111 additions and 48 deletions

View File

@@ -327,7 +327,7 @@ async function removeAlert(alert) {
}
.alert {
padding: 0 .5rem 0 1rem;
padding: 0 .5rem;
}
}
@@ -341,5 +341,4 @@ async function removeAlert(alert) {
justify-content: flex-end;
}
}
</style>