Skip to content

Commit 61253fb

Browse files
authored
fix video padding (#29484)
1 parent 15afcd4 commit 61253fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shared/chat/conversation/attachment-get-titles.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ const styles = Kb.Styles.styleSheetCreate(
267267
...Kb.Styles.paddingH(Kb.Styles.globalMargins.small),
268268
width: '100%',
269269
},
270+
isElectron: {paddingTop: Kb.Styles.globalMargins.small},
270271
isMobile: {flexShrink: 1},
271272
}),
272273
container2: Kb.Styles.platformStyles({

0 commit comments

Comments
 (0)