File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1313 {% include "sidebar" %}
1414
1515 < div id ="content-body " class ="doc-page-body ">
16+ < h1 id ="doc-page-title "> {{ page.title }}</ h1 >
1617 < a id ="edit-on-github " href ="{{ site.projectUrl }}/edit/master/{{ site.root }}/{{ page.url }} ">
1718 Edit this page on GitHub
1819 </ a >
19- < h1 id ="doc-page-title "> {{ page.title }}</ h1 >
2020 < hr />
2121 < div id ="doc-page-container ">
2222 {{ 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
165165div .entity-section .toggled {
166166 display : none;
167167}
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 {
235235}
236236
237237/** 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 ) {
239239 div # content-wrapper {}
240240 div # content-wrapper div # content-body {}
241241 div # content-wrapper div # content-body .doc-page-body { padding-right : 0 ; }
You can’t perform that action at this time.
0 commit comments