Fixes deleted avatar on author's name
This commit is contained in:
@@ -381,6 +381,7 @@
|
||||
color: $text-medium;
|
||||
font-weight: lighter;
|
||||
line-height: $line-height*2;
|
||||
position: relative;
|
||||
text-align: justify;
|
||||
|
||||
a {
|
||||
@@ -392,6 +393,15 @@
|
||||
line-height: $line-height;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.author-deleted {
|
||||
left: 0;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.author.deleted {
|
||||
margin-left: rem-calc(48);
|
||||
}
|
||||
}
|
||||
|
||||
.debate-description, .proposal-description {
|
||||
|
||||
Reference in New Issue
Block a user