[OzzModz] Remove Avatar From Quick Reply Editor

[OzzModz] Remove Avatar From Quick Reply Editor 2.0.0

No permission to download
@Ozzy47 - Is it possible to do this only on certain styles? I'd be interested in doing this on the mobile styles but not the regular one.
Deinstall the addon. Then just set the css into the that extra.less where you need it.

Code:
.message.message--quickReply .message-cell--user {
    display: none;
}
.message.message--quickReply .message-cell.message-cell--main {
    padding-left: 10px;
}
 
Top Bottom