fixed issue with pfp in tablet view

This commit is contained in:
ivic00
2025-01-16 15:50:19 +01:00
parent 0c1bed62d9
commit 9c3b9b3663
3 changed files with 43 additions and 20 deletions

View File

@ -73,7 +73,7 @@ export const EventCell: React.FC<EventCellProps> = React.memo((
const styles = StyleSheet.create({
eventCell: {
flex: 1,
borderRadius: 4,
borderRadius: 5,
paddingHorizontal: 8,
paddingBottom: 8,
height: '100%',