Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit 4795827

Browse files
committed
Fix CallLogView styles
1 parent f772eff commit 4795827

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/css/styles.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ const styles = {
14071407

14081408
callLogProfileDiv: {
14091409
display: 'inline-flex',
1410-
width: '40px',
1410+
width: '32px',
14111411
height: '100%'
14121412
},
14131413

@@ -1432,15 +1432,15 @@ const styles = {
14321432
display: 'block',
14331433
width: '20px',
14341434
height: '20px',
1435-
marginLeft: '18px',
1436-
marginTop: '26px',
1435+
marginLeft: '15px',
1436+
marginTop: '24px',
14371437
},
14381438

14391439
callLogProfileImg: {
14401440
display: 'block',
1441-
width: '40px',
1442-
height: '40px',
1443-
marginTop: '16px',
1441+
width: '32px',
1442+
height: '32px',
1443+
marginTop: '18px',
14441444
borderRadius: '50%'
14451445
},
14461446

0 commit comments

Comments
 (0)