File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -264,12 +264,12 @@ main {
264
264
padding : 15px ;
265
265
}
266
266
267
- .main-inner {
267
+ .width-limiter {
268
268
max-width : 960px ;
269
269
margin-right : auto;
270
270
}
271
271
272
- .source .main-inner {
272
+ .source .width-limiter {
273
273
max-width : unset;
274
274
}
275
275
@@ -1698,7 +1698,7 @@ details.rustdoc-toggle[open] > summary.hideme::after {
1698
1698
1699
1699
/* When we expand the sidebar on the source code page, we hide the logo on the left of the
1700
1700
search bar to have more space. */
1701
- .sidebar .expanded + main .main-inner .sub-logo-container .rust-logo {
1701
+ .sidebar .expanded + main .width-limiter .sub-logo-container .rust-logo {
1702
1702
display : none;
1703
1703
}
1704
1704
Original file line number Diff line number Diff line change 82
82
{{- sidebar | safe -}}
83
83
</ nav > {#- -#}
84
84
< main > {#- -#}
85
- < div class ="main-inner "> {#- -#}
85
+ < div class ="width-limiter "> {#- -#}
86
86
< div class ="sub-container "> {#- -#}
87
87
< a class ="sub-logo-container rust-logo " href ='{{page.root_path | safe}}{{krate_with_trailing_slash | safe}}index.html '> {#- -#}
88
88
< img src ='
You can’t perform that action at this time.
0 commit comments