Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,22 @@
.searchCondition {
display: flex;
flex-wrap: wrap;
position: sticky;
top: 0;
z-index: 1;
padding: 12px 0;
background: #fff;
border-bottom: 1px solid #d1d5da;
}
.searchCondition > div {
margin-right: 30px;
}
.version-note {
flex-basis: 100%;
margin-top: 8px;
color: #57606a;
font-size: 0.9em;
}
.header-link {
position: relative;
}
Expand Down Expand Up @@ -100,6 +112,9 @@
</option>
</select>
</div>
<div class="version-note">
Configuration options can change between rustfmt versions. Select the version that matches the rustfmt you use.
</div>
</div>
<div v-html="aboutHtml"></div>
<div v-html="configurationAboutHtml"></div>
Expand Down
Loading