added AM favorite artists

- matched new mediaitem radius for medium sized items
- testing out v3 musickit
This commit is contained in:
booploops 2022-06-07 22:31:46 -07:00
parent 80fa4d1eed
commit fb86bfa789
5 changed files with 989 additions and 919 deletions

View file

@ -20,7 +20,9 @@
--mediaItemShadow-Shadow: 0 8px 40px rgb(0 0 0 / 0.55);
--mediaItemShadow-ShadowSubtle: 0 4px 14px rgb(0 0 0 / 10%);
--ciderShadow-Generic: var(--mediaItemShadow), 0 8px 40px rgb(0 0 0 / 0.55);
--mediaItemRadius: 6px;
--mediaItemRadius: 8px;
--mediaItemRadiusSmall: 6px;
--mediaItemRadiusMedium: 8px;
--mediaItemRadiusRound: 100%;
--panelRadius: 10px;
--contentInnerPadding: 16px;