feat: towards multi-team support

also testing at different points whether team association is correct
This commit is contained in:
2025-03-21 14:44:55 +01:00
parent 7f4f6142c9
commit b28752830a
10 changed files with 148 additions and 925 deletions

View File

@@ -413,6 +413,7 @@ button {
}
.avatar {
background-color: #f0f8ff88;
font-weight: bold;
font-size: 110%;
padding: 3px 1em;
@@ -423,7 +424,8 @@ button {
}
.group-avatar {
background-color: aliceblue;
background-color: #f0f8ff88;
color: inherit;
font-weight: bold;
font-size: 90%;
padding: 3px 1em;
@@ -546,6 +548,7 @@ button {
position: relative;
height: 12px;
width: 96%;
margin: auto;
border: 4px solid black;
overflow: hidden;
}