Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fixes mx_MLocationBody_markerBorder #8069

Merged
merged 1 commit into from
Mar 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions res/css/views/messages/_MLocationBody.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down