Skip to content

Commit

Permalink
Merge pull request #73 from AudiusProject/jowlee-mobile-yield
Browse files Browse the repository at this point in the history
Fix mobile yield
  • Loading branch information
jowlee authored and michellebrier committed Oct 9, 2023
1 parent c1c022f commit 79ab456
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions packages/protocol-dashboard/src/App.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.appContainer {
min-width: 820px;
}

.appContent {
max-width: 992px;
margin: 0px auto 64px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
display: inline-flex;
flex-direction: column;
justify-content: center;
min-width: 228px;
min-width: 338px;
min-height: 150px;
box-sizing: border-box;
align-items: center;
margin-bottom: 16px;
}

.stat {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
}

.rewards {
margin-bottom: 16px;
margin-left: -8px;
margin-right: -8px;
display: flex;
align-items: stretch;
flex-wrap: wrap;
}

.rewards > * {
Expand All @@ -29,7 +29,7 @@
.proposals {
flex-direction: column;
box-sizing: border-box;
margin: 16px 0;
margin: 0px 0px 16px;
}

.loading {
Expand Down

0 comments on commit 79ab456

Please sign in to comment.