Skip to content

Commit

Permalink
css adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremieForge committed Jul 14, 2021
1 parent b3050bd commit aaf2c0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions WebApps/S1-VIDEOPLAYER/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
#page_video #scrollbarContainer{
position: absolute;
bottom: 10vh;
bottom: 5vh;
display: inline-block;
width: 84%;
left:0;
Expand All @@ -95,6 +95,6 @@
position: absolute;
top: 0;
right: 0;
margin: 1%;
margin: 2%;
width: 3%;
}
2 changes: 1 addition & 1 deletion WebApps/S16B-WEBPLAYER/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
position: absolute;
top: 0;
right: 0;
margin: 1%;
margin: 2%;
width: 3%;
}
2 changes: 1 addition & 1 deletion WebApps/S6-MULTIPLAYER/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ $('#page_gallery_list .list_item').click(function(){
// DON'T WORK
// https://stackoverflow.com/questions/10802176/pinch-to-zoom-with-css3
// -- ?
// {hamObj = new Hammer($el[0], options); hamObj.get('pinch').set({ enable: true }); $el.data("hammer", hamObj);}
// pinch enabled ? sur wrapper ou sur div ? à débugger depuis touch device

function initPinch(indexDisplay){

Expand Down
4 changes: 2 additions & 2 deletions WebApps/S6-MULTIPLAYER/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
#page_video #scrollbarContainer{
position: absolute;
bottom: 10vh;
bottom: 5vh;
display: inline-block;
width: 84%;
left:0;
Expand All @@ -63,7 +63,7 @@
position: absolute;
top: 0;
right: 0;
margin: 1%;
margin: 2%;
width: 3%;
}

Expand Down

0 comments on commit aaf2c0a

Please sign in to comment.