Skip to content

Commit

Permalink
Fix newly discovered CSS issues (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed Jun 30, 2018
1 parent e9eef39 commit 0b10b19
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -698,15 +698,11 @@ blockquote {
}
}

@media only screen and (min-width: 736px) {
@media only screen and (min-width: 1024px) {
.mainContainer .wrapper .post {
display: block;
}

.mainContainer .wrapper .post .postHeader h1 {
font-size: 250%;
}

.mainContainer .wrapper .posts .post {
width: 100%;
}
Expand Down Expand Up @@ -836,6 +832,7 @@ input[type='search'] {
align-self: center;
display: flex;
justify-content: center;
padding-left: 10px;
position: absolute;
right: 10px;
top: 15px;
Expand Down Expand Up @@ -1348,15 +1345,7 @@ input::placeholder {
z-index: 100;
}

@media only screen and (max-width: 735px) {
.reactNavSearchWrapper:before {
left: 6px;
}

.reactNavSearchWrapper:after {
left: 15px;
}

@media only screen and (max-width: 1024px) {
.reactNavSearchWrapper input#search_input_react {
background-color: rgba(242, 196, 178, 0.25);
border: none;
Expand Down Expand Up @@ -1518,10 +1507,11 @@ input::placeholder {
float: right;
font-size: 10px;
font-weight: normal;
margin-top: 2px;
text-decoration: none;
}

@media only screen and (max-width: 735px) {
@media only screen and (max-width: 1023px) {
.edit-page-link {
display: none;
}
Expand Down

0 comments on commit 0b10b19

Please sign in to comment.