From 558d7ce770af5c7a82c58b89a9b4a7e36fc13a9e Mon Sep 17 00:00:00 2001 From: Andrzej Stepien Date: Wed, 13 Sep 2023 14:26:38 +0200 Subject: [PATCH] improve layout --- src/Components/PageHeader.jsx | 4 ++++ src/Components/Table.jsx | 3 +++ src/assets/magnifying-glass.svg | 4 ++++ src/routes/editPublication.jsx | 5 +++-- src/routes/editPublicationRoot.jsx | 2 +- src/routes/editStory.jsx | 5 +++-- src/routes/editStoryRoot.jsx | 2 +- src/routes/editSubmission.jsx | 5 +++-- src/routes/editSubmissionRoot.jsx | 2 +- src/routes/publication.jsx | 17 ++++++++++------- src/routes/story.jsx | 11 +++++++---- src/styles/PageHeader.css | 16 ++++++++++++++++ src/styles/Table.css | 8 ++++++-- src/styles/index.css | 6 ++++++ 14 files changed, 68 insertions(+), 22 deletions(-) create mode 100644 src/assets/magnifying-glass.svg diff --git a/src/Components/PageHeader.jsx b/src/Components/PageHeader.jsx index b71cd8f..d17aee3 100644 --- a/src/Components/PageHeader.jsx +++ b/src/Components/PageHeader.jsx @@ -6,12 +6,16 @@ export default function (props) { const navigate = useNavigate() return (