Phone Call: Fix header overlapping with native buttons in Electron (#3734)

This commit is contained in:
Alexander Zinchuk 2023-08-14 11:17:54 +02:00
parent 6c455fa642
commit ac7e8f2ec6

View File

@ -57,6 +57,10 @@
:global(.Button) {
color: #fff;
}
:global(body.is-electron) .root.single-column & {
padding-left: 5rem;
}
}
.close-button {