diff --git a/data/resources/style.css b/data/resources/style.css index 468a55ef..bc9013d4 100644 --- a/data/resources/style.css +++ b/data/resources/style.css @@ -593,12 +593,12 @@ room-history-row.has-header { room-history-row:not(.has-header) .event-content:dir(ltr), room-history-row:not(.has-header) message-reactions:dir(ltr) { - margin-left: 46px; + margin-left: 54px; } room-history-row:not(.has-header) .event-content:dir(rtl), room-history-row:not(.has-header) message-reactions:dir(rtl) { - margin-right: 46px; + margin-right: 54px; } room-history-row:focus { @@ -885,6 +885,10 @@ sender-avatar popover button.text-button { font-weight: 400; } +button.send-text-message-button image { + transform: translateX(2px); +} + /* Event Source Dialog */ diff --git a/src/session/view/content/room_history/message_row/mod.ui b/src/session/view/content/room_history/message_row/mod.ui index 687640d2..3ffca203 100644 --- a/src/session/view/content/room_history/message_row/mod.ui +++ b/src/session/view/content/room_history/message_row/mod.ui @@ -3,7 +3,7 @@