mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Add padding on conversation dropdown
This commit is contained in:
		@@ -72,7 +72,10 @@ class _ComunicTabletAppBarWidgetState
 | 
				
			|||||||
          key: conversationsDropdownKey,
 | 
					          key: conversationsDropdownKey,
 | 
				
			||||||
          icon: Icon(Icons.message),
 | 
					          icon: Icon(Icons.message),
 | 
				
			||||||
          notificationsBadge: _unreadNotifications.conversations,
 | 
					          notificationsBadge: _unreadNotifications.conversations,
 | 
				
			||||||
          onBuildOverlay: (c) => UnreadConversationsScreen(),
 | 
					          onBuildOverlay: (c) => Padding(
 | 
				
			||||||
 | 
					            padding: const EdgeInsets.all(8.0),
 | 
				
			||||||
 | 
					            child: UnreadConversationsScreen(),
 | 
				
			||||||
 | 
					          ),
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
        PopupMenuButton(itemBuilder: (c) => []),
 | 
					        PopupMenuButton(itemBuilder: (c) => []),
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user