We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95521e commit ba41220Copy full SHA for ba41220
1 file changed
docs/stylesheets/extra.css
@@ -148,6 +148,13 @@ a.md-header__button.md-logo img {
148
149
.md-header__source {
150
color: var(--md-primary-fg-color--dark);
151
+ flex: 0 0 auto !important;
152
+ margin-left: 1rem;
153
+}
154
+
155
+[data-md-toggle="search"]:checked ~ .md-header .md-header__source {
156
+ transform: none !important;
157
+ margin-left: 1rem !important;
158
}
159
160
.md-search__form {
@@ -731,3 +738,5 @@ article.md-search-result__article p:not(.md-search-result__meta) {
731
738
732
739
733
740
741
742
0 commit comments