Fixes mx_MLocationBody_markerBorder (#8069)
Fixes https://github.com/vector-im/element-web/issues/21444 This commit fixes the position of the avatar on the location pin on the timeline. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
ab934a2a08
commit
09c57b228e
1 changed files with 8 additions and 3 deletions
|
@ -27,12 +27,17 @@ limitations under the License.
|
||||||
width: 31px;
|
width: 31px;
|
||||||
height: 31px;
|
height: 31px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: $accent;
|
|
||||||
filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
|
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 {
|
.mx_BaseAvatar {
|
||||||
margin-top: 2px;
|
margin: 0;
|
||||||
margin-left: 2px;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue