css: remove CSS code for avatar in postbox
It has been removed in 0211322915
.
This commit is contained in:
parent
07ce742b77
commit
fcf576dd08
@ -32,22 +32,13 @@
|
|||||||
.isso-follow-up .isso-comment {
|
.isso-follow-up .isso-comment {
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
.isso-comment > div.avatar,
|
.isso-comment > div.avatar {
|
||||||
.isso-postbox > .avatar {
|
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
width: 7%;
|
width: 7%;
|
||||||
margin: 3px 15px 0 0;
|
margin: 3px 15px 0 0;
|
||||||
}
|
}
|
||||||
.isso-postbox > .avatar {
|
.isso-comment > div.avatar > svg {
|
||||||
float: left;
|
|
||||||
margin: 5px 10px 0 5px;
|
|
||||||
width: 48px;
|
|
||||||
height: 48px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.isso-comment > div.avatar > svg,
|
|
||||||
.isso-postbox > .avatar > svg {
|
|
||||||
max-width: 48px;
|
max-width: 48px;
|
||||||
max-height: 48px;
|
max-height: 48px;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
|
Loading…
Reference in New Issue
Block a user