feat: begin to add support for multiple teams
This commit is contained in:
16
src/App.css
16
src/App.css
@@ -408,6 +408,10 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
.avatars {
|
||||
margin: 16px auto;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
font-weight: bold;
|
||||
font-size: 110%;
|
||||
@@ -415,8 +419,18 @@ button {
|
||||
width: fit-content;
|
||||
border: 3px solid;
|
||||
border-radius: 1em;
|
||||
margin: 0 auto 16px auto;
|
||||
margin: 4px auto;
|
||||
}
|
||||
|
||||
.group-avatar {
|
||||
background-color: aliceblue;
|
||||
font-weight: bold;
|
||||
font-size: 90%;
|
||||
padding: 3px 1em;
|
||||
width: fit-content;
|
||||
border: 3px solid;
|
||||
border-radius: 1em;
|
||||
margin: 4px auto;
|
||||
}
|
||||
|
||||
.user-info {
|
||||
|
Reference in New Issue
Block a user