profiler: compact rule editor layout

- Path field narrowed to w-72 with the FCP/FCI selector to its right in
  one row
- File type + size (or record length + count) now sit in a single flex
  row (fixes the accidental wrap from the unavailable md:grid-cols-4 class
  in the prebuilt CSS)
- 'Contents' label renamed to 'Check contents' and the None/Exact/Mask
  radios moved inline to its right, saving one line per rule

Rendering-only change; no logic or test behavior affected. SW cache v54 -> v55.
This commit is contained in:
2026-09-10 22:31:25 +03:00
parent d9b2cb7db2
commit 0ecfd5f720
2 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v54';
const CACHE = 'otaman-v55';
const URLS = [
'index.html',
'help.html',