Skip to content
Snippets Groups Projects
Commit 4fd6fbaf authored by Millicent Billette's avatar Millicent Billette
Browse files

v3.0.0-beta1

TODO:
- cool : auto-save/resume
- optionel : pub offline
- idéalement : doc / guide interactif
parent aae88d7d
No related branches found
No related merge requests found
Pipeline #36506 failed
......@@ -67,7 +67,7 @@ export function init() {
secretsInputNode.addEventListener('change', askPreview);
if(window.matchMedia('(min-width: 500px)').matches) document.getElementById('tabDoc').checked = true;
if(window.matchMedia('(min-width: 720px) and (min-height: 720px)').matches) document.getElementById('tabBrowse').checked = true;
if(window.matchMedia('(min-width: 1080px) and (min-height: 1080px)').matches) document.getElementById('tabOptions').checked = true;
if(window.matchMedia('(min-width: 1080px) and (min-height: 920px)').matches) document.getElementById('tabOptions').checked = true;
window.searchOptions = {
'accent': new RangeOption('accent', -1, accentDesc, askPreview),
......
......@@ -41,7 +41,7 @@
border-radius 5px
margin-top 5px
> *
margin: 15px 0
margin: 10px 0
width: 25vw
a:last-child
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment