Skip to content

Commit

Permalink
HeaderBar block style tweaks to match Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
dchen committed Jan 30, 2023
1 parent e14f4fc commit a8c8105
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/site/src/ayon/blocks/HeaderBarBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ export const HeaderBarBlock: BlockDefinition = {
borderBottomWidth={1}
borderBottomColor={borderBottomColor}
height={`${props.frame.height}px`}
paddingX="10px"
paddingX="5px"
backgroundColor={backgroundColor}
backdropFilter="auto"
backdropBlur="10px"
overflow="hidden"
>
{links.map((link, index) => {
let backgroundColor = 'transparent';
Expand All @@ -74,8 +75,8 @@ export const HeaderBarBlock: BlockDefinition = {
const [, linkText] = /^\*?(.*)/.exec(link) || [];
return (
<Link
marginX="10px"
padding="5px 10px"
marginX="5px"
padding="8px 14px"
borderRadius="3px"
fontSize="12px"
fontWeight="medium"
Expand Down

0 comments on commit a8c8105

Please sign in to comment.