Skip to content
Snippets Groups Projects
Unverified Commit e3c23d1b authored by edward-raven's avatar edward-raven Committed by GitHub
Browse files

[FIX] Thread view expand command in wide screens (#23136)

parent 599992cf
No related branches found
No related tags found
Loading
......@@ -24,7 +24,7 @@ const LayoutProvider: FC = ({ children }) => {
// eslint-disable-next-line no-nested-ternary
contextualBar: breakpoints.includes('sm') ? (breakpoints.includes('xl') ? '38%' : '380px') : '100%',
},
contextualBarExpanded: !breakpoints.includes('xxxl') && breakpoints.includes('sm'),
contextualBarExpanded: breakpoints.includes('sm'),
// eslint-disable-next-line no-nested-ternary
contextualBarPosition: breakpoints.includes('sm') ? (breakpoints.includes('lg') ? 'relative' : 'absolute') : 'fixed',
}),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment