From 0615ef87ce03e4d9549c88cdedc052d1b164f762 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 25 Dec 2023 21:15:52 +0100 Subject: [PATCH] Add divider between library tabs and mangas (#514) --- src/screens/Library.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/Library.tsx b/src/screens/Library.tsx index 63f45319..1cf91d46 100644 --- a/src/screens/Library.tsx +++ b/src/screens/Library.tsx @@ -42,7 +42,6 @@ const TabsMenu = styled(Tabs)(({ theme }) => ({ width: 'calc(100% - 64px)', zIndex: 1, backgroundColor: theme.palette.background.default, - paddingBottom: '13px', [theme.breakpoints.down('sm')]: { top: '56px', // header height width: '100%', @@ -146,6 +145,7 @@ export function Library() { return ( handleTabChange(newTab)} indicatorColor="primary"