unoffical wafrn mirror
wafrn.net
atproto
social-network
activitypub
1.user-name,
2.user-url {
3 white-space: nowrap;
4 overflow: hidden;
5 text-overflow: ellipsis;
6 line-height: 1.35;
7}
8
9.follow-button {
10 height: 1.75em;
11 cursor: pointer;
12 border-color: var(--mat-sys-outline-variant);
13 padding: 0.5em;
14 border-radius: var(--mat-sys-corner-small);
15}
16
17.date-line {
18 color: var(--mat-sys-outline);
19 line-height: 1;
20 gap: 0.375rem; // Does not exist in PrimeFlex
21}