New player dialog and bugfixes

This commit is contained in:
Claude Brisson
2023-12-03 15:05:27 +01:00
parent 188d0e27eb
commit 8510bb69ec
11 changed files with 179 additions and 97 deletions

View File

@@ -18,7 +18,7 @@
display: none;
}
&.edit {
input, select, .edit {
input:not(.hidden), select:not(.hidden), .edit:not(.hidden) {
display: initial;
}
.info, #edit {
@@ -29,7 +29,7 @@
div.field:not(.hidden) {
display: flex;
flex-flow: column nowrap;
justify-content: space-between;
justify-content: space-around;
margin: 1px;
background-color: #eeeeee;
}