mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-30 05:46:59 -04:00
pdf viewer
This commit is contained in:
committed by
Pierre Dubouilh
parent
97c427fb87
commit
929f30a9bb
Vendored
+20
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user