Skip to content

Instantly share code, notes, and snippets.

@markstreich
Created February 9, 2023 09:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markstreich/cc9887687077e62e7c26d77b71fd4ad1 to your computer and use it in GitHub Desktop.
Save markstreich/cc9887687077e62e7c26d77b71fd4ad1 to your computer and use it in GitHub Desktop.
Kagi inline "more search"
/* search */
._0_more_search_bangs_list_box {
border:0;
}
._0_more_search_user_bang_item {
min-height:unset;
padding-top:2px;
padding-bottom:2px;
}
.serp_nav_end .k_ui_dropdown_data_list {
display: block;
}
.serp_nav_start {
flex:unset;
}
._0_more_search_bangs_list_title,
._0_item.n_ma,
._0_item.n_ne,
._0_item.n_vi,
._0_item.n_im,
._0_more_search_box_title {
display: none;
}
.serp_nav_end .k_ui_dropdown_data_list {
position: relative;
}
.serp-nav {
align-items: start;
}
.serp_nav_end .k_ui_dropdown_first_item {
display:none;
}
.serp_nav_end .k_ui_dropdown_data_list {
top:0!important;
padding:0!important;
max-width:unset;
width: 100%;
}
.serp_nav_end ._0_more_search_box.__0_overflow {
border: unset;
background-color:unset;
border-radius:unset;
max-width:unset;
box-shadow:unset;
}
.serp_nav_end ._0_more_search_user_bangs_list {
flex-direction: row;
}
.serp_nav_end {
justify-content: unset;
margin-left:10px;
}
._0_more_search_bangs_list_add_box, ._0_more_search_bangs_list_title, ._0_more_search_box_customize_action_buttons, ._0_more_search_box_customize_button, ._0_more_search_box_share_button, ._0_more_search_box_title, ._0_more_search_options_box, ._0_more_search_user_bang_item {
padding-left: 0!important;
}
.serp_nav_end .k_ui_dropdown {
padding-left:0;
padding-bottom: 0;
}
._0_more_search_box_customize_button,
._0_more_search_options_box {
height: unset;
border: 0;
width: unset;
display: inline-block;
opacity: 0.1;
font-size:0.7em;
}
._0_more_search_box_share_button {
display:none;
}
._0_more_search_user_bangs_list {
padding-bottom:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment