We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7991944 commit 4929253Copy full SHA for 4929253
1 file changed
docs/index.html
@@ -58,10 +58,22 @@
58
.searchCondition {
59
display: flex;
60
flex-wrap: wrap;
61
+ position: sticky;
62
+ top: 0;
63
+ z-index: 1;
64
+ padding: 12px 0;
65
+ background: #fff;
66
+ border-bottom: 1px solid #d1d5da;
67
}
68
.searchCondition > div {
69
margin-right: 30px;
70
71
+ .version-note {
72
+ flex-basis: 100%;
73
+ margin-top: 8px;
74
+ color: #57606a;
75
+ font-size: 0.9em;
76
+ }
77
.header-link {
78
position: relative;
79
@@ -100,6 +112,9 @@
100
112
</option>
101
113
</select>
102
114
</div>
115
+ <div class="version-note">
116
+ Configuration options can change between rustfmt versions. Select the version that matches the rustfmt you use.
117
+ </div>
103
118
104
119
<div v-html="aboutHtml"></div>
105
120
<div v-html="configurationAboutHtml"></div>
0 commit comments