mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-12 16:17:24 +01:00
Fix calling tools position
This commit is contained in:
@@ -3736,9 +3736,6 @@ button.module-image__border-overlay:focus {
|
||||
|
||||
&__container {
|
||||
&--direct:not(&--call-not-started) {
|
||||
.module-ongoing-call__header {
|
||||
position: absolute;
|
||||
}
|
||||
.module-ongoing-call__footer {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
@@ -507,9 +507,7 @@ export function CallScreen({
|
||||
openSystemPreferencesAction={openSystemPreferencesAction}
|
||||
/>
|
||||
) : null}
|
||||
<div
|
||||
className={classNames('module-ongoing-call__header', controlsFadeClass)}
|
||||
>
|
||||
<div className={controlsFadeClass}>
|
||||
<CallingHeader
|
||||
callViewMode={activeCall.viewMode}
|
||||
changeCallView={changeCallView}
|
||||
|
||||
Reference in New Issue
Block a user