diff --git a/src/options.css b/src/options.css index 2a4ff09..fb554c8 100644 --- a/src/options.css +++ b/src/options.css @@ -120,6 +120,20 @@ span.Allowlist__url { font-size: 0.8em; } +.BulkImport__optionsBody { + display: flex; + gap: 3rem; + align-items: baseline; + margin: 1rem; +} + +.file-name { + max-width: 11rem; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + /* Color picker */ .picker_editor input { font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, diff --git a/src/options.html b/src/options.html index 99f4ff3..e51bdc0 100644 --- a/src/options.html +++ b/src/options.html @@ -318,21 +318,37 @@