pdf viewer

This commit is contained in:
hiranyey
2023-07-08 15:25:11 +02:00
committed by Pierre Dubouilh
parent 97c427fb87
commit 929f30a9bb
3 changed files with 52 additions and 2 deletions
+20
View File
@@ -35,6 +35,26 @@
background: gray;
}
#pdf {
user-select: none;
-webkit-tap-highlight-color: transparent;
justify-content:center;
align-items:center;
position: fixed;
background-color: #000;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
overflow: hidden;
z-index: 99;
}
#pdf embed {
width: 100%;
height: 100%;
}
html {
color: #dfe6e9;
background-color: #2d3436;