mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Display content attribution
This commit is contained in:
parent
a01265fa48
commit
0b5c15ce67
4 changed files with 35 additions and 1 deletions
|
|
@ -88,7 +88,24 @@
|
|||
margin-left: -58px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.attribution {
|
||||
display: flex;
|
||||
pointer-events: all;
|
||||
margin: 10px 0;
|
||||
|
||||
.avatar {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: var(--fg_color);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue