mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-29 19:20:09 +00:00
some tweeking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5d9318388b
commit
d63a9b46bd
@ -496,6 +496,7 @@ var MULTI_CLICK_TIMEOUT = 200
|
|||||||
// XXX test on other devices...
|
// XXX test on other devices...
|
||||||
// XXX BUG: on landing a second finger while scrolling the things goes
|
// XXX BUG: on landing a second finger while scrolling the things goes
|
||||||
// haywhire...
|
// haywhire...
|
||||||
|
// XXX BUG: after long click the mouse is tracked and the view is scrolled...
|
||||||
function makeScrollHandler(root, config){
|
function makeScrollHandler(root, config){
|
||||||
root = $(root)
|
root = $(root)
|
||||||
|
|
||||||
|
|||||||
@ -188,6 +188,8 @@ body {
|
|||||||
/* XXX change to relative units... */
|
/* XXX change to relative units... */
|
||||||
margin-left: -400px;
|
margin-left: -400px;
|
||||||
|
|
||||||
|
z-index: 5000;
|
||||||
|
|
||||||
-webkit-transition: all 0.1s ease;
|
-webkit-transition: all 0.1s ease;
|
||||||
-moz-transition: all 0.1s ease;
|
-moz-transition: all 0.1s ease;
|
||||||
-o-transition: all 0.1s ease;
|
-o-transition: all 0.1s ease;
|
||||||
@ -238,7 +240,7 @@ body {
|
|||||||
}
|
}
|
||||||
.magazine:before {
|
.magazine:before {
|
||||||
content: 'COVER';
|
content: 'COVER';
|
||||||
left: -300px;
|
left: -320px;
|
||||||
}
|
}
|
||||||
.magazine:after {
|
.magazine:after {
|
||||||
content: 'END';
|
content: 'END';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user