forked from Decentrala/website
Prep for responsive version
This commit is contained in:
parent
e1ba576b8b
commit
eaac7bdd73
@ -16,6 +16,9 @@ Redisign of dmz.rs .
|
|||||||
- create blogging system
|
- create blogging system
|
||||||
- create xmpp bot that connects to events section.
|
- create xmpp bot that connects to events section.
|
||||||
- make responsive
|
- make responsive
|
||||||
|
- create menus for smaller screens
|
||||||
|
- adjust the mesh depending on the screen size
|
||||||
|
- tweak other random issues with layout
|
||||||
- make webring system
|
- make webring system
|
||||||
- make english version (localisation)
|
- make english version (localisation)
|
||||||
|
|
||||||
|
@ -47,3 +47,7 @@ function changeToLightTheme() {
|
|||||||
imgs[i].src = imgs[i].src.replace("-dark", "-light");
|
imgs[i].src = imgs[i].src.replace("-dark", "-light");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// DEBUG
|
||||||
|
console.log(window.innerWidth);
|
||||||
|
console.log(window.innerHeight);
|
||||||
|
Loading…
Reference in New Issue
Block a user