Makes the code responses of Kagi Assistant wider.
Kagi Assistant Wider Code by doug
Details
Authordoug
LicenseCC BY 4.0
Categorykagi.com
Created
Updated
Size403 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 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;
}
}