File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 13
13
{% include "sidebar" %}
14
14
15
15
< div id ="content-body " class ="doc-page-body ">
16
+ < h1 id ="doc-page-title "> {{ page.title }}</ h1 >
16
17
< a id ="edit-on-github " href ="{{ site.projectUrl }}/edit/master/{{ site.root }}/{{ page.url }} ">
17
18
Edit this page on GitHub
18
19
</ a >
19
- < h1 id ="doc-page-title "> {{ page.title }}</ h1 >
20
20
< hr />
21
21
< div id ="doc-page-container ">
22
22
{{ content }}
Original file line number Diff line number Diff line change @@ -165,3 +165,21 @@ div.entity-section > div.member > div.member-body > div.member-body-long.toggled
165
165
div .entity-section .toggled {
166
166
display : none;
167
167
}
168
+
169
+ @media screen and (max-width : 576px ) {
170
+ a # edit-on-github {
171
+ position : static !important ;
172
+ }
173
+ }
174
+
175
+ @media screen and (min-width : 576px ) and (max-width : 899px ) {
176
+ a # edit-on-github {
177
+ right : 10px !important ;
178
+ }
179
+ }
180
+
181
+ @media screen and (min-width : 899px ) and (max-width : 1046px ) {
182
+ a # edit-on-github {
183
+ position : static !important ;
184
+ }
185
+ }
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ div#cover-block {
235
235
}
236
236
237
237
/** Tablet (576px <= x < 768px) sidebar: Defaults closed with 250px wide sidebar */
238
- @media screen and (min-width : 576 px ) and ( max-width : 899px ) {
238
+ @media screen and (max-width : 899px ) {
239
239
div # content-wrapper {}
240
240
div # content-wrapper div # content-body {}
241
241
div # content-wrapper div # content-body .doc-page-body { padding-right : 0 ; }
You can’t perform that action at this time.
0 commit comments