Skip to content

Commit

Permalink
Merge pull request OpenAstronomy#144 from dpshelio/moreSpace
Browse files Browse the repository at this point in the history
Make the ideas popup larger
  • Loading branch information
Cadair authored Jan 28, 2018
2 parents 90909b2 + 7e88e80 commit 759b502
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gsoc/display/resources/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,12 @@ a {
}
.modal {
width: 90% !important;
max-height: 90% !important;
//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
border-radius: 0 !important;
top: 25% !important;
bottom:25%;
top: 10% !important;
bottom: 10%;
background-color: $black !important;
}
.profile {
background-color: $black;
Expand Down

0 comments on commit 759b502

Please sign in to comment.