diff --git a/theme/apidocs/assets/stylesheets/style.css b/theme/apidocs/assets/stylesheets/style.css index adece296..ee4e19d6 100644 --- a/theme/apidocs/assets/stylesheets/style.css +++ b/theme/apidocs/assets/stylesheets/style.css @@ -11,6 +11,7 @@ Values: (blank, outputs flex), (flex), (inline-flex) .container { .flex-direction(row); } + Values: (blank, outputs row), (row), (row-reverse), (column), (column-reverse) */ /* Flex Container - flex-wrap ------------------------------------------------------------------- */ @@ -6035,3 +6036,7 @@ img.icon-svg { padding: 8px; mix-blend-mode: color-burn; } + +.custom-algolia-search { + display: none !important; /* Hide the entire container */ +} \ No newline at end of file