diff --git a/src/components/calls/phone/PhoneCall.module.scss b/src/components/calls/phone/PhoneCall.module.scss index 9760643aa..0afc05a4a 100644 --- a/src/components/calls/phone/PhoneCall.module.scss +++ b/src/components/calls/phone/PhoneCall.module.scss @@ -57,6 +57,10 @@ :global(.Button) { color: #fff; } + + :global(body.is-electron) .root.single-column & { + padding-left: 5rem; + } } .close-button {