Skip to content

Commit

Permalink
Fix minor firefox layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Mar 20, 2024
1 parent 4888711 commit b3cdcf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/title-bar/TitleBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export const TitleBar = () => {
height: "100%",
// Firefox fix
maxWidth: "min-content",
aspectRatio: 1,
}}
>
<img src={logo} style={{ height: "100%" }} />
Expand Down

0 comments on commit b3cdcf0

Please sign in to comment.