mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
Fix avatar image position on global activities (#1792)
This commit is contained in:
parent
2cee46a10d
commit
da33a053cf
1 changed files with 8 additions and 4 deletions
|
@ -92,12 +92,16 @@
|
|||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 3px;
|
||||
text-indent: -35px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.atwho-user-img-popover {
|
||||
margin: -5px 0;
|
||||
.atwho-user-container {
|
||||
height: 20px;
|
||||
margin-left: -35px;
|
||||
|
||||
.global-avatar-container {
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue