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

Commit d6e2bec

Browse files
committed
Fix CallLogView styles (2)
1 parent 4795827 commit d6e2bec

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib/css/styles.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,6 @@ const styles = {
13701370
minHeight: '88px',
13711371
height: 'auto',
13721372
borderBottom: 'solid 1px #dee2f2',
1373-
paddingBottom: '5px',
13741373
},
13751374

13761375
callLogEmptyWrap: {
@@ -1432,7 +1431,7 @@ const styles = {
14321431
display: 'block',
14331432
width: '20px',
14341433
height: '20px',
1435-
marginLeft: '15px',
1434+
marginLeft: '16px',
14361435
marginTop: '24px',
14371436
},
14381437

@@ -1476,7 +1475,7 @@ const styles = {
14761475
width: '120px',
14771476
height: '16px',
14781477
textAlign: 'right',
1479-
marginTop: '16px',
1478+
marginTop: '18px',
14801479
marginRight: '16px',
14811480
color: colors.navy600
14821481
},
@@ -1497,7 +1496,7 @@ const styles = {
14971496
backgroundPosition: 'center',
14981497
backgroundRepeat: 'no-repeat',
14991498
marginRight: '12px',
1500-
marginTop: '12px',
1499+
marginTop: '8px',
15011500
backgroundColor: colors.navy80,
15021501
cursor: 'pointer'
15031502
},
@@ -1509,7 +1508,7 @@ const styles = {
15091508
backgroundImage: `url(${thumbnailVoice})`,
15101509
backgroundPosition: 'center',
15111510
backgroundRepeat: 'no-repeat',
1512-
marginTop: '12px',
1511+
marginTop: '8px',
15131512
marginRight: '16px',
15141513
backgroundColor: colors.navy80,
15151514
cursor: 'pointer'

0 commit comments

Comments
 (0)