From d84f0f48c9b1dc73ec20a1cf5c31feeb744aa3d9 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 28 Nov 2022 03:03:40 +0100 Subject: viewer/epub: expand navbar links clickble area --- viewer/src/views/item_handlers/async/AsyncEpubViewer.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/viewer/src/views/item_handlers/async/AsyncEpubViewer.vue b/viewer/src/views/item_handlers/async/AsyncEpubViewer.vue index b02eab3..b5c0cb4 100644 --- a/viewer/src/views/item_handlers/async/AsyncEpubViewer.vue +++ b/viewer/src/views/item_handlers/async/AsyncEpubViewer.vue @@ -168,9 +168,13 @@ function goToNextSection() { background-color: $panel-bottom-bgcolor; color: $panel-bottom-txtcolor; - > * { + > li { flex: 1; text-align: center; + + > a { + padding: .5em; + } } } -- cgit v1.2.3