This his the CSS update (hack), can be used with Stylus or a similar extension to overwrite the Iris CSS (even on Android + Kiwi browser):
```
div.msg div.msg.quote div.identicon-container.has-picture {
max-width: 30px;
max-height: 30px;
}
div.msg div.msg.quote > div.msg-content {
background-color: rgba(255, 255, 255, 0.05);
color: #808080;
}
div.msg:not([class*="quote"]) > div.msg-content > div.msg-sender,
div.msg:not([class*="quote"]) > div.msg-content > div.text,
div.msg:not([class*="quote"]) > div.msg-content > div.below-text
{
margin-left: 1em;
}
```
Perhaps can I a open a pull request on githup? Let me know :)

