mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
CSS adjustments and user script formatting
This commit is contained in:
@@ -645,7 +645,7 @@ function popup_items(data) {
|
||||
for (i=0; i < data.column_widths.length; i++) {
|
||||
style = style + " p"+i;
|
||||
}
|
||||
style = style + '"; grid-template-columns: 30px';
|
||||
style = style + '"; grid-template-columns: 50px';
|
||||
for (column_width of data.column_widths) {
|
||||
style = style + " "+column_width;
|
||||
}
|
||||
|
Reference in New Issue
Block a user