working on project settings update:

adding/updating members not implemented
This commit is contained in:
2025-07-21 00:16:14 +02:00
parent c8b6c3feb7
commit 6016f81c27
17 changed files with 169 additions and 34 deletions

View File

@@ -99,4 +99,15 @@ td, tr{
font-family: awesome;
font-size: 20px;
font-weight: normal;
}
.settings {
position: fixed;
background: black;
top: 60px;
left: 10px;
right: 10px;
padding: 10px;
border: 1px solid orange;
border-radius: 5px;
}