Merge pull request #6471 from SimonBrandner/fix/voip-event-tiles/18216

Fix VoIP event tile issues
This commit is contained in:
Germain
2021-07-27 08:17:31 +01:00
committed by GitHub
7 changed files with 74 additions and 33 deletions
+8
View File
@@ -43,6 +43,14 @@ limitations under the License.
}
}
&.mx_CallEvent_voice.mx_CallEvent_missed .mx_CallEvent_type_icon::before {
mask-image: url('$(res)/img/voip/missed-voice.svg');
}
&.mx_CallEvent_video.mx_CallEvent_missed .mx_CallEvent_type_icon::before {
mask-image: url('$(res)/img/voip/missed-video.svg');
}
.mx_CallEvent_info {
display: flex;
flex-direction: row;