You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix background on live location sharing footer (#12629)
* Fix background on live location sharing footer Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update _MBeaconBody.pcss --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d5e06c95cb
commit
1bf430ba23
@ -74,7 +74,8 @@ limitations under the License.
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background-color: $overlay-background;
|
||||
background-color: var(--cpd-color-bg-canvas-default);
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.mx_EventTile[data-layout="bubble"] .mx_EventTile_line .mx_MBeaconBody {
|
||||
|
Reference in New Issue
Block a user