Fix size on onebox-avatar
This commit is contained in:
parent
923c164d54
commit
def9740d5d
|
@ -139,9 +139,11 @@ aside.onebox {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.onebox-avatar {
|
aside.onebox .onebox-body .onebox-avatar {
|
||||||
height: 90px !important;
|
max-height: none;
|
||||||
width: 90px !important;
|
max-width: none;
|
||||||
|
height: 90px;
|
||||||
|
width: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in New Issue