File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -322,10 +322,6 @@ main {
322322 margin-right : auto;
323323}
324324
325- .source .width-limiter {
326- max-width : unset;
327- }
328-
329325details : not (.rustdoc-toggle ) summary {
330326 margin-bottom : .6em ;
331327}
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ <h2></h2> {#- -#}
9999 {{- sidebar|safe -}}
100100 </ nav > {#- -#}
101101 < main > {#- -#}
102- < div class ="width-limiter "> {#- -# }
102+ {%- if page.css_class != "source" -%} < div class ="width-limiter "> {%- endif -% }
103103 < nav class ="sub "> {#- -#}
104104 {%- if page.css_class == "source" -%}
105105 < a class ="sub-logo-container " href ="{{page.root_path|safe}}{{krate_with_trailing_slash|safe}}index.html "> {#- -#}
@@ -132,7 +132,7 @@ <h2></h2> {#- -#}
132132 </ form > {#- -#}
133133 </ nav > {#- -#}
134134 < section id ="main-content " class ="content "> {{- content|safe -}}</ section > {#- -#}
135- </ div > {#- -# }
135+ {%- if page.css_class != "source" -%} </ div > {%- endif -% }
136136 </ main > {#- -#}
137137 {{- layout.external_html.after_content|safe -}}
138138 < div id ="rustdoc-vars " {# -#}
You can’t perform that action at this time.
0 commit comments