Skip to content

Instantly share code, notes, and snippets.

@zs-dima
Last active May 31, 2024 20:23
Show Gist options
  • Save zs-dima/a132638f36335326d5f165d62fd47ec3 to your computer and use it in GitHub Desktop.
Save zs-dima/a132638f36335326d5f165d62fd47ec3 to your computer and use it in GitHub Desktop.
/* Extension to the Kagi CSS */
/* https://gist.github.com/joshellington/51765a15d8f780089619b638fc6aea6b */
.logo svg, .app-logo, .doggo_sit_a, .footer { display: none }
.m-h .m-app-logo { display: none }
.top_nav_links, #accountContainer .header_links { display: none }
.search-form .search-submit-wrapper .search-submit-wrapper-inner { display: none }
.search-form .search-input-box { /* Replace original theme CSS */
border: 1px solid var(--header-border);
border-radius: 23px;
padding-left: 14px;
padding-right: 25px;
}
/* Mobile */
.m-h-i .search-form-container { margin: none }
.m-h-i .search-form-container .search_form_box .search-form .search-input-box {
border: none;
padding-left: 0;
}
.m-h .m-h-i { height: 46px }
.center-content-box .search_form_box .search-form {
margin-left: 0;
height: 46px;
width: 100%;
padding-top: 0;
}
.center-content-box .search_form_box .search-form .search-input-container {
min-height: 46px;
}
body._0_auto-sug .search-input-container,body._0_auto-sug .search-input-container-kids {
border-radius: 23px 23px 0 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment