mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Show avatars in quotes, improve css
This commit is contained in:
parent
0c9c37e886
commit
754f88a448
4 changed files with 25 additions and 13 deletions
|
|
@ -96,14 +96,17 @@
|
|||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.avatar.mini {
|
||||
margin-right: 5px;
|
||||
margin-top: -1px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.attribution {
|
||||
display: flex;
|
||||
pointer-events: all;
|
||||
margin: 10px 0;
|
||||
|
||||
.avatar {
|
||||
margin-right: 5px;
|
||||
}
|
||||
margin: 5px 0;
|
||||
|
||||
strong {
|
||||
color: var(--fg_color);
|
||||
|
|
|
|||
Loading…
Reference in a new issue