Skip to content

kagi tweaks by meow-d

Details

Authormeow-d

LicenseCC Zero

Categorykagi.com

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

kagi but it doesn't look like ass (still looks bad tho)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           kagi tweaks
@namespace      meow_d
@version        1.0.0
@author         meow_d
==/UserStyle== */

@-moz-document domain("kagi.com") {
    /* align logo */
    .app-logo.--kagi {
        padding-top: 4px;
    }

    /* lighter border color */
    .app-nav,.serp-nav .instant-tab-separator, #quickPeekResults details {
        border-color: var(--color-search-input-border);
    }

    /* more subtle search results underline */
    .__sri-title > h3 > a {
        border-bottom: none !important;
        text-decoration: dotted underline 1px;
    }

    /* quick peek seperator line */
    #quickPeekResults .inlineHeader {
        border-bottom: none;
        margin-bottom: 0;
    }

    /* consistent search results spacing */
    .__sri-title {
        margin: 2px 0;
    }

    .sri-group .sr-group,
    .__srgi + .__srgi {
        margin-top: 20px;
    }

    .sri-group,
    .search-result {
        margin-bottom: 32px;
        margin-top: 16px;
    }

    /* control center shadow + overlay */
    /* yeah they probably disabled these for performance reasons */
    .quick-settings.--open {
        box-shadow: 1px 8px 30px 0 rgba(0, 0, 0, .09);
    }

    .overlay-close-event-handler {
        display: block;
        z-index: -1000;
        transition: background-color .15s ease-in-out;
    }

    .overlay-close-event-handler.--open {
        background-color: rgba(1, 1, 1, 0.1);
        z-index: 114;
    }
}

Reviews

No reviews yet.