@apify/docs-theme 1.0.144 → 1.0.145
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/theme/custom.css +17 -0
package/package.json
CHANGED
package/src/theme/custom.css
CHANGED
|
@@ -1769,3 +1769,20 @@ iframe[src*="youtube"] {
|
|
|
1769
1769
|
font-size: var(--ifm-h1-font-size);
|
|
1770
1770
|
margin-bottom: calc(var(--ifm-h1-vertical-rhythm-bottom)* var(--ifm-leading)) !important;
|
|
1771
1771
|
}
|
|
1772
|
+
|
|
1773
|
+
@media (max-width: 996px) {
|
|
1774
|
+
div[class^="navbarSearchContainer"] {
|
|
1775
|
+
position: static;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
div[class^="navbarSearchContainer"] button {
|
|
1779
|
+
margin-left: 5px;
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
@media (max-width: 768px) {
|
|
1784
|
+
.DocSearch-Button-Keys,
|
|
1785
|
+
.DocSearch-Button-Placeholder {
|
|
1786
|
+
display: none !important;
|
|
1787
|
+
}
|
|
1788
|
+
}
|