Use mcmeta (#197)

* Simplify data fetching by using mcmeta

* Fetch sounds from mcmeta
This commit is contained in:
Misode
2022-01-28 01:25:10 +01:00
committed by GitHub
parent ec432288e7
commit 623e38d98c
9 changed files with 85 additions and 672 deletions

View File

@@ -255,6 +255,7 @@ main > .controls {
z-index: 1;
}
.sounds-controls > *:not(:last-child),
.preview-controls > *:not(:last-child),
.generator-controls > *:not(:last-child) {
margin-right: 8px;
@@ -447,6 +448,7 @@ main.has-preview {
top: 100%;
right: 0;
margin-top: 8px;
z-index: 10;
}
.btn-group {