Display general marker on non-self location shares (#7574)
This commit is contained in:
parent
41b9e4aa4f
commit
2743a75a21
6 changed files with 93 additions and 9 deletions
|
@ -40,4 +40,16 @@ limitations under the License.
|
|||
bottom: -3px;
|
||||
left: 12px;
|
||||
}
|
||||
|
||||
.mx_MLocationBody_markerContents {
|
||||
background-color: $location-marker-color;
|
||||
margin: 4px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
padding-top: 8px;
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
mask-position: center;
|
||||
mask-image: url('$(res)/img/element-icons/location.svg');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue