Skip to content

Commit

Permalink
feat(design): Page view UI > Add 3D feel of boxs
Browse files Browse the repository at this point in the history
  • Loading branch information
YU000jp committed Jan 14, 2024
1 parent fe1945f commit da77c99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bottom.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ body[data-page=page]:not(.is-pdf-active) {
@media screen and (min-height: 1301px) {
max-height: 420px;
}

border: 2px solid var(--ls-border-color);
box-shadow: 0 0 7px var(--ls-border-color);
padding: .9em;
z-index: var(--ls-z-index-level-3);

Expand Down
2 changes: 2 additions & 0 deletions src/side.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ body[data-page=page]:not(.is-pdf-active) {
overflow: scroll;
white-space: nowrap;
position: fixed;
border: 2px solid var(--ls-border-color);
box-shadow: 0 0 7px var(--ls-border-color);
}
}

Expand Down

0 comments on commit da77c99

Please sign in to comment.