mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Adapt banner to large screens
This commit is contained in:
		@@ -69,7 +69,7 @@ class _BannerWidgetState extends State<BannerWidget> {
 | 
			
		||||
                        : Icons.warning,
 | 
			
		||||
              ),
 | 
			
		||||
            ),
 | 
			
		||||
            Flexible(
 | 
			
		||||
            Expanded(
 | 
			
		||||
              child: Text(
 | 
			
		||||
                banner.message.containsKey(shortLang)
 | 
			
		||||
                    ? banner.message[shortLang]
 | 
			
		||||
@@ -105,6 +105,7 @@ class BannerButton extends StatelessWidget {
 | 
			
		||||
    return IconButton(
 | 
			
		||||
      onPressed: onPressed,
 | 
			
		||||
      icon: icon,
 | 
			
		||||
      color: Colors.white,
 | 
			
		||||
      disabledColor: Colors.white,
 | 
			
		||||
      padding: EdgeInsets.all(1.0),
 | 
			
		||||
    );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user