There was an error while loading. Please reload this page.
1 parent dec2085 commit b8aff10Copy full SHA for b8aff10
1 file changed
adminforth/documentation/src/css/custom.css
@@ -455,6 +455,21 @@ html[data-theme="dark"] .fakeScreen {
455
gap: 10px;
456
}
457
458
+/* DocSearch supports `/` natively; unlike Ctrl+K, Chrome does not intercept it. */
459
+.DocSearch-Button-Keys {
460
+ align-items: center;
461
+ display: flex;
462
+ min-width: 20px;
463
+}
464
+
465
+.DocSearch-Button-Keys kbd {
466
+ display: none;
467
468
469
+.DocSearch-Button-Keys::after {
470
+ content: '/';
471
472
473
.hidden-sidebar {
474
display: none
475
;
@@ -490,4 +505,4 @@ html[data-theme="dark"] .fakeScreen {
490
505
491
506
492
507
493
-}
508
0 commit comments