diff --git a/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js b/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js index ba1b8d59..0e92dfcb 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js +++ b/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js @@ -46,7 +46,7 @@ export const chatStyles = css` .last-message-ref { position: fixed; - font-size: 20px; + font-size: 18px; right: 40px; bottom: 100px; width: 50; @@ -64,6 +64,10 @@ export const chatStyles = css` transform: scale(1.1); } + .arrow-down-icon { + transform: scale(1.15); + } + .chat-list { overflow-y: auto; overflow-x: hidden; diff --git a/qortal-ui-plugins/plugins/core/components/ChatScroller.js b/qortal-ui-plugins/plugins/core/components/ChatScroller.js index 0d33e56a..7b55c825 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatScroller.js +++ b/qortal-ui-plugins/plugins/core/components/ChatScroller.js @@ -138,7 +138,7 @@ return repeat( )} -->
- { + { this.shadowRoot.getElementById('downObserver').scrollIntoView({ behavior: 'smooth', })