Skip to content

Commit

Permalink
update: change opacity to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyLuo1029 committed Oct 10, 2022
1 parent 3d43d30 commit ee6d19e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/readthedocs/source/_static/js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ $(document).ready(function(){
"position":"absolute", // modify its position
"top":"-75px",
"left":"-110px",
"opacity":"0.3" // modify its opacity
"opacity":"0.7" // modify its opacity
});
$('#ethical-ad-placement').parent().css({
"position":"relative", // modify ads position
"height":"60px" // give it a default height to prevent wrong display
})
})

// #ethical-ad-placement: transform:scale(0.3) position:absolute(前一个设置成relative height 60px) top:-75px left: -15px opacity:0.3
})

0 comments on commit ee6d19e

Please sign in to comment.