mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 09:29:24 +00:00
change requests
This commit is contained in:
parent
53d305d41d
commit
7251d6a7dc
@ -41,7 +41,7 @@ const BulkSelectionPanel = ({
|
||||
|
||||
const handleClear = () => {
|
||||
setCsvInput('');
|
||||
onUpdatePagesFromCSV();
|
||||
onUpdatePagesFromCSV('');
|
||||
};
|
||||
|
||||
return (
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user