mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: header-responsiveness (#3381)
- when introducing dark mode icon in the header, on tablet the menu items don't have enough space anymore, and this fix it - fixing also the color for dark mode of the keyboard nav button "skip to content"
This commit is contained in:
		
							parent
							
								
									56e98cd95b
								
							
						
					
					
						commit
						3e602ceed5
					
				| @ -1,5 +1,6 @@ | ||||
| import { SKIP_NAV_TARGET_ID } from 'component/common/SkipNavLink/SkipNavTarget'; | ||||
| import { styled } from '@mui/material'; | ||||
| import { focusable } from 'themes/themeStyles'; | ||||
| 
 | ||||
| const StyledLink = styled('a')(({ theme }) => ({ | ||||
|     position: 'fixed', | ||||
| @ -10,10 +11,11 @@ const StyledLink = styled('a')(({ theme }) => ({ | ||||
|     padding: theme.spacing(1, 2), | ||||
|     whiteSpace: 'nowrap', | ||||
|     textDecoration: 'none', | ||||
|     background: theme.palette.primary.dark, | ||||
|     color: theme.palette.primary.contrastText, | ||||
|     background: theme.palette.background.alternative, | ||||
|     color: theme.palette.common.white, | ||||
|     borderRadius: theme.shape.borderRadius, | ||||
|     fontSize: theme.fontSizes.smallBody, | ||||
|     ...focusable(theme), | ||||
| 
 | ||||
|     [theme.breakpoints.down(960)]: { | ||||
|         top: '0.8rem', | ||||
|  | ||||
| @ -54,9 +54,7 @@ const StyledContainer = styled(Container)(({ theme }) => ({ | ||||
|     display: 'flex', | ||||
|     alignItems: 'center', | ||||
|     maxWidth: 1280, | ||||
|     [theme.breakpoints.down('md')]: { | ||||
|         padding: '0', | ||||
|     }, | ||||
|     '&&&': { padding: 0 }, | ||||
| })); | ||||
| 
 | ||||
| const StyledUserContainer = styled('div')({ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user