Post-merge changes

This commit is contained in:
Dariusz Niemczyk 2021-08-06 13:25:27 +02:00
parent 3b002c4c1f
commit 35386078a4
No known key found for this signature in database
GPG key ID: 28DFE7164F497CB6
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ limitations under the License.
align-items: center;
justify-content: left;
flex-shrink: 0;
cursor: pointer;
}
.mx_CallView_header_callType {

View file

@ -24,7 +24,7 @@ const PIP_VIEW_WIDTH = 336;
const PIP_VIEW_HEIGHT = 232;
const MOVING_AMT = 0.2;
const SNAPPING_AMT = 0.05;
const SNAPPING_AMT = 0.1;
const PADDING = {
top: 58,