From ac7e8f2ec64655d7efe5276bbd4921d7c921d0ae Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 14 Aug 2023 11:17:54 +0200 Subject: [PATCH] Phone Call: Fix header overlapping with native buttons in Electron (#3734) --- src/components/calls/phone/PhoneCall.module.scss | 4 ++++ 1 file changed, 4 insertions(+) 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 {