Skip to content

Commit

Permalink
Always give the title controls some space
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Nov 22, 2023
1 parent 555f091 commit d041ce5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/CompanionWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,8 @@ export class CompanionWindow extends Component {
titleControls && (
<StyledTitleControls
sx={{
...(!isBottom && {
flexGrow: 1,
}),
flexGrow: 1,
justifyContent: isBottom ? 'flex-end' : 'flex-start',
order: isBottom || size.width < 370 ? 'unset' : 1000,
}}
className={ns('companion-window-title-controls')}
Expand Down

0 comments on commit d041ce5

Please sign in to comment.