Skip to content

Kagi Assistant Wider Code by doug

Screenshot of Kagi Assistant Wider Code

Details

Authordoug

LicenseCC BY 4.0

Categorykagi.com

Created

Updated

Code size403 B

Code checksum9b12d41

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the code responses of Kagi Assistant wider.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           kagi.com/
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://kagi.com") {

    [data-path="/assistant"] .chat_bubble {
        width: 90vw;
    } 
    
    [data-path="/assistant"] .main-center-box > :first-child {
        margin-left: 0;
    }

}

Reviews

No reviews yet.