server: add get album bio from last fm function

- co-written by Github Copilot
This commit is contained in:
geoffrey45
2022-01-17 12:32:27 +03:00
parent a720891c20
commit 2ee8d27bf0
20 changed files with 370 additions and 446 deletions
+13 -8
View File
@@ -73,15 +73,20 @@ export default {
</script>
<style lang="scss">
.collapsed .nav-button {
font-size: smaller;
margin-top: 5px;
align-items: center;
justify-content: center;
.collapsed {
.nav-button {
font-size: smaller;
margin-top: 5px;
align-items: center;
justify-content: center;
.in {
width: 100%;
flex-direction: column;
span {
display: none;
}
.in {
width: 100%;
flex-direction: column;
}
}
}