New: Swipe left/right to navigate authors/books on mobile

This commit is contained in:
ta264
2021-04-11 19:28:24 +01:00
parent f884a2689a
commit 5192c76717
13 changed files with 1157 additions and 535 deletions
@@ -98,10 +98,13 @@
.authorNavigationButtons {
position: absolute;
right: 0;
z-index: 1;
margin-top: 10px;
padding: 30px;
white-space: nowrap;
}
.authorUpButton,
.authorNavigationButton {
composes: button from '~Components/Link/IconButton.css';
@@ -182,9 +185,23 @@
padding: 20px 0;
}
.authorNavigationButtons,
.headerContent {
padding: 15px;
}
.authorNavigationButtons {
margin-top: 5px;
}
.authorNavigationButton {
display: none;
}
.title {
font-size: 30px;
line-height: 50px;
}
}
@media only screen and (max-width: $breakpointLarge) {