Added UI setting for in which format date and time is displayed

This commit is contained in:
CasVT
2023-07-01 00:05:56 +02:00
parent 4bee7a0965
commit 34a0ef3e88
6 changed files with 88 additions and 9 deletions

View File

@@ -25,6 +25,12 @@
box-shadow: var(--default-shadow);
}
.settings-container input,
.settings-container textarea,
.settings-container select {
max-width: 20rem;
}
#change-password-form {
display: flex;
flex-direction: column;
@@ -33,10 +39,6 @@
gap: 1rem;
}
#change-password-form > input {
max-width: 20rem;
}
#delete-account-button {
background-color: var(--color-error);
}