mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 21:16:59 +02:00
fix: improve last updated time feature (#1036)
This commit is contained in:
parent
ff11d17625
commit
b577f60d4a
3 changed files with 58 additions and 39 deletions
|
@ -1500,7 +1500,7 @@ input::placeholder {
|
|||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
.docMainWrapper {
|
||||
max-width:100% !important ;
|
||||
max-width: 100% !important ;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
@ -1535,6 +1535,14 @@ input::placeholder {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.docLastUpdateTimestamp {
|
||||
font-size: 13px;
|
||||
font-style: italic;
|
||||
margin: 20px 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* End of Docs Main */
|
||||
|
||||
/* Start of Docs Navigation */
|
||||
|
@ -2041,7 +2049,6 @@ input::placeholder {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
.separateOnPageNav.sideNavVisible .navPusher .docMainContainer {
|
||||
flex-basis: 784px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue