We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a83f6df + 977e8d7 commit c7ec98cCopy full SHA for c7ec98c
docs/stylesheets/extra.css
@@ -84,3 +84,21 @@ code {
84
background-color: #4caf50;
85
color: white;
86
}
87
+
88
+/* Ensure GitHub header link is visible at tablet breakpoint and above (Issue #2215)
89
+ Material for MkDocs default shows at 60em (960px), lowering to 45em (720px) */
90
+@media screen and (min-width: 45em) {
91
+ .md-header__source {
92
+ display: block;
93
+ max-width: 11.7rem;
94
+ width: 11.7rem;
95
+ }
96
97
+ [dir=ltr] .md-header__source {
98
+ margin-left: 1rem;
99
100
101
+ [dir=rtl] .md-header__source {
102
+ margin-right: 1rem;
103
104
+}
0 commit comments