mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	refactor: Stories header
This commit is contained in:
		
							parent
							
								
									df8bef0451
								
							
						
					
					
						commit
						f5f1e4fb6e
					
				@ -266,17 +266,17 @@ class _StoryButton extends StatelessWidget {
 | 
			
		||||
                  ),
 | 
			
		||||
                ),
 | 
			
		||||
              ),
 | 
			
		||||
              const Spacer(),
 | 
			
		||||
              Text(
 | 
			
		||||
                profile.displayName ?? '',
 | 
			
		||||
                maxLines: 1,
 | 
			
		||||
                textAlign: TextAlign.center,
 | 
			
		||||
                style: TextStyle(
 | 
			
		||||
                  fontSize: 12,
 | 
			
		||||
                  fontWeight: unread ? FontWeight.bold : null,
 | 
			
		||||
              Center(
 | 
			
		||||
                child: Text(
 | 
			
		||||
                  profile.displayName ?? '',
 | 
			
		||||
                  maxLines: 1,
 | 
			
		||||
                  textAlign: TextAlign.center,
 | 
			
		||||
                  style: TextStyle(
 | 
			
		||||
                    fontSize: 12,
 | 
			
		||||
                    fontWeight: unread ? FontWeight.bold : null,
 | 
			
		||||
                  ),
 | 
			
		||||
                ),
 | 
			
		||||
              ),
 | 
			
		||||
              const Spacer(),
 | 
			
		||||
            ],
 | 
			
		||||
          ),
 | 
			
		||||
        ),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user