Skip to content

Commit

Permalink
fix: fix right side header navigation position (#184) (#185)
Browse files Browse the repository at this point in the history
Co-authored-by: Fran McDade <[email protected]>
  • Loading branch information
frano-m and Fran McDade authored Aug 27, 2024
1 parent 05c3e33 commit cadf549
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
import styled from "@emotion/styled";
import { DESKTOP_SM } from "../../../../../../../../theme/common/breakpoints";

export const HeaderActions = styled.div`
align-items: center;
display: flex;
flex: 1;
flex: none;
gap: 8px;
justify-content: flex-end;
${({ theme }) => theme.breakpoints.up(DESKTOP_SM)} {
flex: none;
}
justify-content: inherit;
`;

0 comments on commit cadf549

Please sign in to comment.