diff --git a/config.jsonc b/config.jsonc index 5290033..1f89536 100644 --- a/config.jsonc +++ b/config.jsonc @@ -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 },