Last active
March 7, 2026 12:09
-
-
Save eproxus/b81e5bca7f9154deba1cfc17948dc03d to your computer and use it in GitHub Desktop.
Kagi Floating Search Box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .search_form_box { | |
| position: fixed; | |
| top: 0; | |
| z-index: 999; | |
| background: var(--body-bg); | |
| width: calc(var(--center_content_width) + var(--center_content_padding) * 2); | |
| } | |
| .search-form { | |
| box-shadow: 0 -4px 12px 8px var(--box-shadow), | |
| 0 -4px 12px 8px var(--box-shadow), | |
| -30px 0 12px 0 var(--box-shadow), | |
| 30px 0 12px 0 var(--box-shadow) !important; | |
| border-radius: 30px; | |
| } | |
| body { | |
| padding-top: 60px; | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put this in https://kagi.com/settings/custom_css