diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index da94f914f7..42df3211de 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -532,7 +532,7 @@ $left-gutter: 64px; visibility: hidden; cursor: pointer; top: 6px; - right: 6px; + right: 12px; width: 19px; height: 19px; background-color: $message-action-bar-fg-color; diff --git a/res/themes/dark/css/_dark.scss b/res/themes/dark/css/_dark.scss index 08fe2e9f57..612b8e03bd 100644 --- a/res/themes/dark/css/_dark.scss +++ b/res/themes/dark/css/_dark.scss @@ -258,6 +258,7 @@ $composer-shadow-color: rgba(0, 0, 0, 0.28); // markdown overrides: .mx_EventTile_content .markdown-body pre:hover { border-color: #808080 !important; // inverted due to rules below + scrollbar-color: rgba(0, 0, 0, 0.2) transparent; // copied from light theme due to inversion below } .mx_EventTile_content .markdown-body { pre, code {