New: Add a monitor toggle to each series (#31)

* New: Add a monitor toggle to each series

* Resolve linting errors

* Spin when any of the books are currently saving

* Resolve CSS linting errors
This commit is contained in:
Thomas Mathews
2020-05-25 18:17:05 +01:00
committed by GitHub
parent 324db4959d
commit 3f8733830a
2 changed files with 64 additions and 32 deletions
@@ -113,6 +113,11 @@
text-align: center;
}
.seriesTitle {
display: flex;
padding-left: 15px;
}
@media only screen and (max-width: $breakpointSmall) {
.bookType {
border-right: 0;