Next Estimated Chapter (#2342)

This commit is contained in:
Joe Milazzo 2023-10-22 10:44:26 -05:00 committed by GitHub
parent ca5afe94d3
commit de9b09c71f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 433 additions and 73 deletions

View file

@ -324,6 +324,7 @@ $action-bar-height: 38px;
color: $primary-color;
}
$pagination-color: transparent;
.right {
@ -332,7 +333,7 @@ $action-bar-height: 38px;
top: $action-bar-height;
width: 20vw;
z-index: 3;
background: transparent;
background: $pagination-color;
border-color: transparent;
border: none !important;
opacity: 0;
@ -354,7 +355,7 @@ $action-bar-height: 38px;
top: $action-bar-height;
width: 18%;
z-index: 3;
background: transparent;
background: $pagination-color;
border-color: transparent;
border: none !important;
opacity: 0;
@ -374,7 +375,7 @@ $action-bar-height: 38px;
left: 0px;
top: $action-bar-height;
width: 20vw;
background: transparent;
background: $pagination-color;
border-color: transparent;
border: none !important;
z-index: 3;