mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add Box shadow to pdf pages
This commit is contained in:
parent
a6074a9515
commit
bb7c7c8610
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@ body {
|
|||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.pdfViewer > .page > .canvasWrapper {
|
||||
box-shadow: 3px 3px 8px #0000001a;
|
||||
}
|
||||
|
||||
div#appleid-signin {
|
||||
min-width: 300px;
|
||||
min-height: 40px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue