We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700006a commit 47277f0Copy full SHA for 47277f0
src/css/custom.css
@@ -2332,4 +2332,13 @@ html {
2332
/* Ensure consistent spacing for all tutorial video links */
2333
.menu__list-item:has(> a[href^="https://www.youtube.com/watch"]) {
2334
margin-bottom: 0 !important;
2335
+}
2336
+
2337
+/* ============================================
2338
+ FIX: SEARCH INPUT TINY BUBBLE ON MOBILE
2339
+ ============================================ */
2340
2341
+/* Override Docusaurus default that makes search input 2rem when not focused */
2342
+.navbar__search-input:not(:focus) {
2343
+ min-width: 80px !important;
2344
}
0 commit comments