feat-user_settings): add ability to import and delete an identity, formatting

This commit is contained in:
2024-03-21 20:10:35 +01:00
parent 5474c5a101
commit 2a928dcafc
10 changed files with 109 additions and 40 deletions

View File

@ -18,8 +18,8 @@ body {
button,
.button,
input[type=button],
input[type=submit],
input[type='button'],
input[type='submit'],
select {
border: none;
border-radius: 8px;
@ -75,7 +75,8 @@ table {
width: 100%;
}
td, th {
td,
th {
border: 1px solid #ffffff40;
text-align: left;
padding: 8px;