Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jul 19, 2023
1 parent 9e82386 commit 6841c08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/DataBrowserHeaderBar/DataBrowserHeaderBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
height: 30px;
background: #66637a;
white-space: nowrap;
display: inline-block;
min-width: 100%;
display: flex;
flex: 1;
// to resolve rendering issue with retina displays
-webkit-transform: translate3d(0,0,0);
}
Expand Down
3 changes: 1 addition & 2 deletions src/dashboard/Data/Browser/Browser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
right: 0;
bottom: 0;
overflow: auto;
width: calc(100% - 300px);
display: flex;
}

body:global(.expanded) {
.browser {
left: $sidebarCollapsedWidth;
width: calc(100% - $sidebarCollapsedWidth);
}
}

Expand Down

0 comments on commit 6841c08

Please sign in to comment.