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