change requests

This commit is contained in:
EthanHealy01 2025-09-05 16:37:10 +01:00
parent 53d305d41d
commit 7251d6a7dc
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ const BulkSelectionPanel = ({
const handleClear = () => {
setCsvInput('');
onUpdatePagesFromCSV();
onUpdatePagesFromCSV('');
};
return (

View File

@ -239,7 +239,7 @@
}
/* Dark-mode adjustments */
::global([data-mantine-color-scheme='dark']) .selectedList {
:global([data-mantine-color-scheme='dark']) .selectedList {
background-color: var(--mantine-color-dark-6);
}

View File

@ -224,7 +224,7 @@ export default function RightRail() {
</div>
</Popover.Target>
<Popover.Dropdown>
<div style={{ minWidth: "16rem", maxWidth: '24rem' }}>
<div style={{ minWidth: '24rem', maxWidth: '32rem' }}>
<BulkSelectionPanel
csvInput={csvInput}
setCsvInput={setCsvInput}