Fix call button spacing issues
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -90,6 +90,7 @@ limitations under the License.
|
|||||||
.mx_CallEvent_content_button {
|
.mx_CallEvent_content_button {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0px 12px;
|
padding: 0px 12px;
|
||||||
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CallEvent_content_button_callBack {
|
.mx_CallEvent_content_button_callBack {
|
||||||
@@ -102,7 +103,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_CallEvent_iconButton {
|
.mx_CallEvent_iconButton {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
margin-right: 16px;
|
margin-right: 8px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
|
|||||||
Reference in New Issue
Block a user