improvements to artist feed, now displays artists followed

This commit is contained in:
booploops 2022-01-18 03:08:33 -08:00
parent b8dec35ac7
commit a3131a20ee
4 changed files with 53 additions and 3 deletions

View file

@ -1924,6 +1924,14 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
&.md-btn-block {
display: block;
width:100%;
}
&.md-btn-glyph {
display:flex;
align-items: center;
justify-content: center;
width: 100%;
}
&.md-btn-primary {