mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 05:12:31 +02:00
Fix newly discovered CSS issues (#812)
This commit is contained in:
parent
e9eef39760
commit
0b10b193a8
1 changed files with 5 additions and 15 deletions
|
@ -698,15 +698,11 @@ blockquote {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 736px) {
|
@media only screen and (min-width: 1024px) {
|
||||||
.mainContainer .wrapper .post {
|
.mainContainer .wrapper .post {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainContainer .wrapper .post .postHeader h1 {
|
|
||||||
font-size: 250%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mainContainer .wrapper .posts .post {
|
.mainContainer .wrapper .posts .post {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -836,6 +832,7 @@ input[type='search'] {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
padding-left: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
|
@ -1348,15 +1345,7 @@ input::placeholder {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 735px) {
|
@media only screen and (max-width: 1024px) {
|
||||||
.reactNavSearchWrapper:before {
|
|
||||||
left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.reactNavSearchWrapper:after {
|
|
||||||
left: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.reactNavSearchWrapper input#search_input_react {
|
.reactNavSearchWrapper input#search_input_react {
|
||||||
background-color: rgba(242, 196, 178, 0.25);
|
background-color: rgba(242, 196, 178, 0.25);
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -1518,10 +1507,11 @@ input::placeholder {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
margin-top: 2px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 735px) {
|
@media only screen and (max-width: 1023px) {
|
||||||
.edit-page-link {
|
.edit-page-link {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue