disable call for now + fix left pane actions overflow (#2085)

pull/2086/head
Audric Ackermann 3 years ago committed by GitHub
parent b68cb07e3e
commit ce1e81a3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ window.isBehindProxy = () => Boolean(config.proxyUrl);
window.lokiFeatureFlags = {
useOnionRequests: true,
useMessageRequests: false,
useCallMessage: true,
useCallMessage: false,
};
window.isBeforeVersion = (toCheck, baseVersion) => {

@ -6,6 +6,7 @@ export const LeftPaneSectionContainer = styled.div`
flex-direction: column;
align-items: center;
border-right: var(--border-session);
overflow-y: auto;
.session-icon-button {
padding: 30px 0;

Loading…
Cancel
Save