mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
New: Swipe left/right to navigate authors/books on mobile
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user