Skip to content

Commit

Permalink
version added
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemma committed Jan 17, 2024
1 parent 777c082 commit 752c50f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
23 changes: 19 additions & 4 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ html {
margin-top: 10px;
}

.version {
margin-bottom: 19px;
margin-right: 42px;
margin-top: 7px;
color: rgb(68, 99, 176) !important;
}

.searchButton {
padding-right: 4px;
padding-left: 0px;
Expand Down Expand Up @@ -639,15 +646,14 @@ hr {
margin-left: 20px;
}


.logos {
display: flex;
width: 100vw;
align-items: center;
align-content: flex-end;
flex-direction: row-reverse;
/* justify-content: flex-end; */
align-items: flex-end;
margin-bottom: -11px;
margin-top: -16px;
flex-direction: column;
}

.helpButton:hover {
Expand Down Expand Up @@ -1030,6 +1036,15 @@ h5 {
text-underline-offset: 1px;
}

.version {
margin-bottom: 46px;
margin-right: 35px;
margin-top: -35px;
color: rgb(68, 99, 176) !important;
font-weight: 600;
}


.inputVariants {
height: 24px;
border: 1.5px solid #dfdfdf;
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/Layout/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ function Layout (props) {
alt='elixirLogo'
></img>
</a>
<h1 className='version'>v0.5.0</h1>
</div>
</div>

Expand Down

0 comments on commit 752c50f

Please sign in to comment.