diff --git a/res/css/views/messages/_MLocationBody.scss b/res/css/views/messages/_MLocationBody.scss index e4135d46d44..0b6bd1b44d0 100644 --- a/res/css/views/messages/_MLocationBody.scss +++ b/res/css/views/messages/_MLocationBody.scss @@ -27,12 +27,17 @@ limitations under the License. width: 31px; height: 31px; border-radius: 50%; - background-color: $accent; filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)); + background-color: $accent; + + // See _LocationPicker.scss + display: flex; + justify-content: center; + align-items: center; .mx_BaseAvatar { - margin-top: 2px; - margin-left: 2px; + margin: 0; + line-height: 1; } }