column widths

This commit is contained in:
j 2023-11-19 09:26:26 +01:00
parent c384d03c96
commit 82ed65096e

View file

@ -178,7 +178,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 128
"columnWidth": 80
},
{
"id": "author",
@ -545,7 +545,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"title": "Batch",
"type": ["string"],
"autocomplete": true,
"columnWidth": 180,
"columnWidth": 80,
"filter": true,
"poster": true,
"sort": true
@ -555,7 +555,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"title": "Editing Tags",
"type": ["string"],
"autocomplete": true,
"columnWidth": 180,
"columnWidth": 380,
"filter": true,
"sort": true
},
@ -640,7 +640,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"id": "resolution",
"title": "Resolution",
"type": ["integer"],
"columnWidth": 90,
"columnWidth": 120,
"format": {"type": "resolution", "args": ["px"]},
"sort": true
},