Skip to content

Commit

Permalink
Merge pull request #486 from thelostone-mc/ux
Browse files Browse the repository at this point in the history
html: removed left rails
  • Loading branch information
mbeacom authored Mar 2, 2018
2 parents 16d44f3 + 5daef05 commit 30f89e1
Show file tree
Hide file tree
Showing 12 changed files with 586 additions and 589 deletions.
37 changes: 37 additions & 0 deletions app/assets/v2/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,10 @@ body.bounty_details #title {
-o-filter: grayscale(0%);
}

.body {
padding-bottom: 4em;
}

.profile_details .dot {
border-radius: 6px;
width: 12px;
Expand Down Expand Up @@ -950,6 +954,7 @@ body.bounty_details #title {
font-size: 32px;
font-weight: bold;
border-radius: 3px;
margin-top: 10px;
}

.profile_details #stats li span {
Expand Down Expand Up @@ -1508,3 +1513,35 @@ body.bounty_details #title {
font-size: .8rem;
}
}

@media (max-width: 576px) {
.profile_details #stats {
padding-right: 10px;
}

.profile_details .repos {
padding-right: 40px;
}

.profile_details .repos li {
margin-bottom: 1em;
}

.issue_details {
flex-direction: column;
}

.issue_details div {
width: 100% !important;
}
}

@media (max-width: 768px) {
.bounty_nav {
padding-left: 0;
}

.bounty_nav li{
display: block;
}
}
Loading

0 comments on commit 30f89e1

Please sign in to comment.