aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/item_handlers/async/AsyncEpubViewer.vue
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/views/item_handlers/async/AsyncEpubViewer.vue')
-rw-r--r--viewer/src/views/item_handlers/async/AsyncEpubViewer.vue6
1 files changed, 5 insertions, 1 deletions
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() {
168 background-color: $panel-bottom-bgcolor; 168 background-color: $panel-bottom-bgcolor;
169 color: $panel-bottom-txtcolor; 169 color: $panel-bottom-txtcolor;
170 170
171 > * { 171 > li {
172 flex: 1; 172 flex: 1;
173 text-align: center; 173 text-align: center;
174
175 > a {
176 padding: .5em;
177 }
174 } 178 }
175} 179}
176</style> 180</style>