Fix incorrect post tag sizes

This commit is contained in:
Damillora 2021-04-14 15:30:26 +07:00
parent ce335933c1
commit d603adde26
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@damillora/shian", "name": "@damillora/shian",
"description": "Common component library for nanao.moe", "description": "Common component library for nanao.moe",
"version": "0.3.0", "version": "0.3.1",
"license": "MIT", "license": "MIT",
"author": { "author": {
"email": "developer@damillora.com" "email": "developer@damillora.com"

View File

@ -56,13 +56,13 @@
width: 1rem; width: 1rem;
} }
&__tag-name { &__tag-name {
font-size: $text-xs; font-size: $text-sm;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }
} }
&__paywall { &__paywall {
font-size: $text-xs; font-size: $text-sm;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }

View File

@ -43,13 +43,13 @@
width: 1rem; width: 1rem;
} }
&__tag-name { &__tag-name {
font-size: $text-sm; font-size: $text-base;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }
} }
&__paywall { &__paywall {
font-size: $text-sm; font-size: $text-base;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }