Skip to content

Commit

Permalink
Merge pull request Sage-Bionetworks#409 from nickgros/PORTALS-2634b
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros authored Aug 4, 2023
2 parents a4e88e4 + 6d23cb6 commit e974de3
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/portals/src/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function Navbar() {
)}
{!isSignedIn &&
isSynapseSubdomainOrLocal && ( // desktop sign in
<div className="center-content nav-button nav-button-signin">
<div className="center-content nav-button-signin">
<Button
id="signin-button"
color="secondary"
Expand Down
4 changes: 4 additions & 0 deletions apps/portals/src/_Core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ body {
@extend %fillerBorder;
}

.nav-button-signin {
margin-left: 20px;
}

.nav-button,
a.nav-button {
height: -webkit-fill-available;
Expand Down
1 change: 1 addition & 0 deletions apps/portals/src/_Navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
padding: 20px 22px;
border-top: $mb-menu-divider;
margin-top: 30px;
margin-left: 0px;
box-sizing: border-box;

&:hover {
Expand Down
Loading

0 comments on commit e974de3

Please sign in to comment.