2020-11-26 15:35:09 +01:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2020-2024 New Vector Ltd.
|
2020-11-26 15:35:09 +01:00
|
|
|
|
2024-09-09 15:57:16 +02:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2020-11-26 15:35:09 +01:00
|
|
|
*/
|
|
|
|
|
2022-08-30 21:13:39 +02:00
|
|
|
.mx_LegacyCallContextMenu_item {
|
2020-11-26 15:35:09 +01:00
|
|
|
width: 205px;
|
|
|
|
height: 40px;
|
|
|
|
padding-left: 16px;
|
|
|
|
line-height: 40px;
|
|
|
|
vertical-align: center;
|
|
|
|
}
|