add songs and featured artists to album view

This commit is contained in:
geoffrey45
2021-12-12 00:52:39 +03:00
parent 8afa044813
commit e970324314
5 changed files with 134 additions and 11 deletions
@@ -86,7 +86,7 @@ export default {
.f-artists {
position: relative;
height: 12em;
width: calc(100% - 1em);
width: calc(100%);
background-color: #1f1e1d;
padding: $small;
border-radius: $small;