Add: New audio player w/ fullscreen and condensed views

This commit is contained in:
advplyr
2021-11-01 21:06:51 -05:00
parent 082c303caf
commit 08195af0dd
9 changed files with 1248 additions and 7 deletions
+9
View File
@@ -27,6 +27,15 @@
.material-icons.text-lg {
font-size: 1.25rem;
}
.material-icons.text-3xl {
font-size: 1.875rem;
}
.material-icons.text-4xl {
font-size: 2.25rem;
}
.material-icons.text-5xl {
font-size: 3rem;
}
.material-icons.text-base {
font-size: 1rem;
}