Expands Kagi Assistant chat box to fit the window. Makes it more convenient to read code or long text.
Wider Kagi Assistant by egidijusz
Details
Authoregidijusz
LicenseNo License
Categorykagi
Created
Updated
Size586 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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%;
}
}