diff --git a/onlylegs/static/sass/components/tags.sass b/onlylegs/static/sass/components/tags.sass index 4901829..6da6e67 100644 --- a/onlylegs/static/sass/components/tags.sass +++ b/onlylegs/static/sass/components/tags.sass @@ -1,11 +1,11 @@ .tag-icon margin: 0 - padding: 0.25rem 0.5rem + padding: 0.3rem 0.5rem display: flex - align-items: center + align-items: flex-end justify-content: center - gap: 0.25rem + gap: 0.3rem font-size: 0.9rem font-weight: 500 @@ -19,9 +19,8 @@ cursor: pointer transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out - svg - width: 1.15rem - height: 1.15rem + i + font-size: 1.15rem &:hover - background-color: RGBA($primary, 0.3) + background-color: RGBA($primary, 0.2) diff --git a/onlylegs/templates/image.html b/onlylegs/templates/image.html index d9d68ba..e8b0f8b 100644 --- a/onlylegs/templates/image.html +++ b/onlylegs/templates/image.html @@ -167,8 +167,7 @@
{% for group in image.groups %} - - {{ group['name'] }} + {{ group['name'] }} {% endfor %}