feat: library sidebar design tweaks (#6582)

This commit is contained in:
David Luzar
2023-05-13 13:18:14 +02:00
committed by GitHub
parent e619e06055
commit fff9d1522a
7 changed files with 128 additions and 68 deletions

View File

@ -121,12 +121,11 @@ export const LibraryMenuContent = ({
/>
{showBtn && (
<LibraryMenuControlButtons
className="library-menu-control-buttons--at-bottom"
style={{ padding: "16px 12px 0 12px" }}
id={id}
libraryReturnUrl={libraryReturnUrl}
theme={appState.theme}
selectedItems={selectedItems}
onSelectItems={onSelectItems}
/>
)}
</LibraryMenuWrapper>