Fix voice call tile size (#11285)
parent
d9d0b84152
commit
10991736e4
|
@ -119,8 +119,6 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_LegacyCallEvent_sender {
|
.mx_LegacyCallEvent_sender {
|
||||||
font-weight: var(--cpd-font-weight-semibold);
|
font-weight: var(--cpd-font-weight-semibold);
|
||||||
font-size: 1.5rem;
|
|
||||||
line-height: 1.8rem;
|
|
||||||
margin-bottom: $spacing-4;
|
margin-bottom: $spacing-4;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -133,8 +131,6 @@ limitations under the License.
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: $secondary-content;
|
color: $secondary-content;
|
||||||
font-size: 1.2rem;
|
|
||||||
line-height: $font-13px;
|
|
||||||
|
|
||||||
.mx_LegacyCallEvent_type_icon {
|
.mx_LegacyCallEvent_type_icon {
|
||||||
height: 13px;
|
height: 13px;
|
||||||
|
|
Loading…
Reference in New Issue