Skip to content

Wider Kagi Assistant by egidijusz

Screenshot of Wider Kagi Assistant

Details

Authoregidijusz

LicenseNo License

Categorykagi

Created

Updated

Size586 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Expands Kagi Assistant chat box to fit the window. Makes it more convenient to read code or long text.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Wider Kagi Assistant
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Expands Kagi Assistant chat box to fit the window. Makes it more convenient to read code or long text.
@author         egidijusz
==/UserStyle== */
@-moz-document url-prefix("https://kagi.com") {

    /* Chat container */
    [data-path="/assistant"] #chat_box {
        width: 100%;
    }

    /* Chat prompt */
    [data-path="/assistant"] #bottom-box-wrapper > :first-child {
        margin-left: 0;
        width: 100%;
    }
}

Reviews

No reviews yet.