mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
refined code
This commit is contained in:
parent
bc337027ca
commit
b2948e3071
2 changed files with 13 additions and 13 deletions
|
|
@ -97,15 +97,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
.avatar-round {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.avatar.mini {
|
||||
margin-right: 5px;
|
||||
margin-top: -1px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
.avatar {
|
||||
&.round {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
&.mini {
|
||||
margin-right: 5px;
|
||||
margin-top: -1px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.attribution {
|
||||
|
|
|
|||
Loading…
Reference in a new issue