diff --git a/qortal-ui-plugins/plugins/core/components/ChatScroller.js b/qortal-ui-plugins/plugins/core/components/ChatScroller.js index e72ee1ec..864f2092 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatScroller.js +++ b/qortal-ui-plugins/plugins/core/components/ChatScroller.js @@ -139,6 +139,10 @@ class ChatScroller extends LitElement { clear: both; height: 0; } + + img { + border-radius: 25%; + } ` } @@ -177,7 +181,7 @@ class ChatScroller extends LitElement {
- + `