Output tabs now (mostly) work.

Add downloading files as an archive (needs work)
Add option for keeping the tabs in sync
This commit is contained in:
j433866 2019-04-03 12:00:47 +01:00
parent e0c9aba25e
commit 9df26b8c84
6 changed files with 236 additions and 35 deletions

View file

@ -85,7 +85,8 @@
background-color: var(--primary-background-colour);
}
.tab-buttons {
.input-tab-buttons,
.output-tab-buttons {
transition: 1s all ease;
display: none;
}