style: avatarblock spacing
This commit is contained in:
parent
eed4c382d5
commit
050cc25e1a
1 changed files with 9 additions and 3 deletions
|
@ -442,12 +442,15 @@ table.image caption {
|
|||
.avatar-block {
|
||||
display: inline-block;
|
||||
margin-bottom: 1.5em;
|
||||
margin-left: 15px;
|
||||
padding-left: 1.5em;
|
||||
max-width: fit-content;
|
||||
border-left: 3px solid rgba(34, 34, 34, 0.15);
|
||||
|
||||
img {
|
||||
margin-left: -1em;
|
||||
margin-left: -0.7em;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -467,13 +470,16 @@ table.image caption {
|
|||
|
||||
.reply-photo,
|
||||
.avatar-block img {
|
||||
width: 3em;
|
||||
height: 3em;
|
||||
border-radius: 50%;
|
||||
border: 3px solid white;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.reply-photo {
|
||||
width: 3em;
|
||||
height: 3em;
|
||||
}
|
||||
|
||||
.reply-name,
|
||||
.reply-date {
|
||||
margin-left: 0.5em;
|
||||
|
|
Loading…
Reference in a new issue