Skip to content

Commit

Permalink
Update for paper v6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJulik committed Oct 30, 2023
1 parent bb39c28 commit 847f327
Show file tree
Hide file tree
Showing 3 changed files with 630 additions and 590 deletions.
20 changes: 20 additions & 0 deletions src/entrypoints/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,26 @@ html {
transform:rotate(-15deg);
}

/* unavailable */
.unavailable {
@apply relative;
}

.unavailable:before {
@apply absolute left-0 right-0 opacity-50;
content: "";
top: 50%;
border-top: 2px solid;
border-color: var(--color__text-light) !important;

-webkit-transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
transform: rotate(-15deg);
}


/* hide scrollbar */
.hidescrollbar {
scrollbar-width: none;
Expand Down
Loading

0 comments on commit 847f327

Please sign in to comment.