CSS adjustments and user script formatting

This commit is contained in:
ebolam
2022-08-30 13:34:53 -04:00
parent e54bc2564d
commit 1a7451d45d
5 changed files with 31 additions and 10 deletions

View File

@@ -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;
}