Skip to content

Commit

Permalink
Fix/app components adjustments (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sodik authored Sep 17, 2024
1 parent 56b3608 commit 22c7910
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/ui/.loki/reference/chrome_minimal_App_Sidebar_Default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion packages/ui/src/AppHeader/AppHeader.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
height: 59px;
box-sizing: border-box;
flex-direction: row;
font-size: c.$fontSizeBodySmall;
width: 100%;
padding: 0 c.$grid * 5;
overflow-x: auto;
flex-shrink: 0;
gap: c.$grid * 5;
gap: c.$grid * 7.5;
}

.name {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
display: flex;
justify-content: center;
align-items: center;
height: 17px;
height: 20px;
overflow: hidden;

.link {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/AppHeader/AppHeaderLogo/AppHeaderLogo.tsx

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions packages/ui/src/AppHeader/AppHeaderMenu/AppHeaderMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const AppHeaderMenu = ({ children }: AppHeaderMenuProps) => {
color="light"
iconSize="medium"
onClick={toggle}
capitalize={false}
iconRight={MenuIcon}
ref={setAnchorElement}
data-test="app-header-menu-toggle"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/AppSidebar/AppSidebar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $offset: c.$grid * 4;
margin-top: auto;
word-break: break-all;
padding: 0 c.$grid * 4 c.$grid * 2.5;
font-size: c.$fontSizeBodySmall;
font-size: c.$fontSizeBodySmaller;
}

&.collapsed {
Expand Down

0 comments on commit 22c7910

Please sign in to comment.