reminder
This commit is contained in:
parent
f49dafcd0e
commit
080ae6804a
2 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
// OK so the next thing to do is make it so it's blurry when the screen is too
|
||||||
|
// big or too small, and thne prompt someone to make their screen bigger or smaller
|
||||||
|
// to be a lens and then you have to move the window around to be able to see the different
|
||||||
|
// links on the page
|
||||||
|
|
||||||
|
|
||||||
function _init(){
|
function _init(){
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
.lens {
|
.lens {
|
||||||
--screen-width: 100vw;
|
--screen-width: 100vw;
|
||||||
--screen-height: 100vh;
|
--screen-height: 100vh;
|
||||||
|
@ -13,3 +15,7 @@
|
||||||
|
|
||||||
transition: transform ease 100ms;
|
transition: transform ease 100ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filter {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue