mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
(I hate myself right now) Reduce pointless differences from the original code.
This commit is contained in:
parent
4e51fa7a02
commit
418c914199
1 changed files with 1 additions and 2 deletions
|
@ -76,18 +76,17 @@ span#info {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* === Sidebar === */
|
/* === Sidebar === */
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
top: 62px;
|
top: 62px;
|
||||||
bottom: 18px;
|
bottom: 18px;
|
||||||
z-index: 1;
|
|
||||||
left: -290px;
|
left: -290px;
|
||||||
transition: left 0.25s ease-in-out 1s;
|
transition: left 0.25s ease-in-out 1s;
|
||||||
-o-transition: left 0.25s ease-in-out 1s;
|
-o-transition: left 0.25s ease-in-out 1s;
|
||||||
-moz-transition: left 0.25s ease-in-out 1s;
|
-moz-transition: left 0.25s ease-in-out 1s;
|
||||||
-webkit-transition: left 0.25s ease-in-out 1s;
|
-webkit-transition: left 0.25s ease-in-out 1s;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar:hover,
|
#sidebar:hover,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue