feat: new matrix username view
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
nbPopoverTrigger="hover"
|
||||
nbPopoverPlacement="bottom"
|
||||
>
|
||||
{{account.displayName}} (@{{account.username}})
|
||||
{{account.displayName}} <span class="username">@{{account.username}}</span>
|
||||
</span>
|
||||
</th>
|
||||
<td *ngFor="let list of lists$ | async">
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
span.username {
|
||||
font-weight: 100;
|
||||
margin-left: 10px;
|
||||
color: darkgray;
|
||||
}
|
||||
|
||||
table {
|
||||
display: block;
|
||||
height: max(600px, calc(100vh - 300px));
|
||||
|
||||
Reference in New Issue
Block a user