Adds item size switching functionality and styles

This commit is contained in:
Alicia Sykes
2021-04-14 14:31:08 +01:00
parent 84459b4864
commit 2baccdb718
9 changed files with 99 additions and 39 deletions

View File

@@ -66,6 +66,7 @@ export default {
border-radius: 20px 0 0;
background: var(--background);
div {
margin-left: 0.5rem;
opacity: 0.85;
&:hover { opacity: 1; }
}