Skip to content

Commit

Permalink
Merge pull request #134 from rebeccaalpert/header-movement
Browse files Browse the repository at this point in the history
fix(ChatbotHeader): Adjust styles so logo doesn't move
  • Loading branch information
nicolethoen committed Sep 12, 2024
2 parents e089b92 + e524823 commit 2402b1e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/module/src/ChatbotHeader/ChatbotHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,29 @@
// Chatbot Header
// ============================================================================
.pf-chatbot__header {
display: flex;
position: relative;
background-color: var(--pf-t--chatbot--background);
justify-content: space-between;

// Title -or- Brand
.pf-chatbot__title {
img {
max-height: 40px;
}
}

.pf-chatbot__menu {
flex-shrink: 0;
}

.pf-chatbot__actions {
width: 218px;
flex-shrink: 0;
flex-grow: 0;
display: flex;
justify-content: flex-end;
}
}

// ============================================================================
Expand Down

0 comments on commit 2402b1e

Please sign in to comment.