Skip to content

Commit

Permalink
Merge pull request #309 from hubmapconsortium/Interface-fixes
Browse files Browse the repository at this point in the history
Interface fixes
  • Loading branch information
edlu77 authored Nov 29, 2023
2 parents a9c96ab + e10ae9d commit 46b788c
Show file tree
Hide file tree
Showing 48 changed files with 76 additions and 94 deletions.
2 changes: 1 addition & 1 deletion apps/ftu-ui-small-wc/src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:host {
height: 100%;
font-family: 'Inter';
font-family: Inter;

::ng-deep .product-title {
width: max-content;
Expand Down
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.
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.
5 changes: 3 additions & 2 deletions apps/ftu-ui/src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
display: grid;
width: 100%;
height: 100%;
grid-template-columns: 21rem calc(100% - 21rem);
grid-template-columns: 21rem max(100% - 21rem);
grid-template-rows: 4.5rem max(100% - 4.5rem);
grid-template-areas:
'header header'
Expand All @@ -13,6 +13,8 @@
.header {
grid-area: header;
border-bottom: 0.0625rem solid rgba(vars.$dark-dividers);
width: 100%;
z-index: 1;
}

.sidebar {
Expand All @@ -22,7 +24,6 @@

.page-content::ng-deep {
grid-area: content;
overflow-y: hidden;
ftu-landing {
max-height: 100%;
overflow-y: auto;
Expand Down
7 changes: 3 additions & 4 deletions apps/ftu-ui/src/app/pages/ftu-page/ftu.component.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
:host {
display: flex;
flex-direction: column;
height: 100%;
overflow-y: hidden;
min-width: 59rem;

.content-container {
display: flex;
height: 100%;

.illustration {
width: 50%;
max-width: calc(100% - 43rem);
width: 100%;
}

.fullscreen-content-container {
Expand Down
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.
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.
8 changes: 4 additions & 4 deletions apps/ftu-ui/src/assets/resources/landing-page/more.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/ftu-ui/src/assets/resources/landing-page/welcome.svg
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

0 comments on commit 46b788c

Please sign in to comment.