mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-22 09:27:32 +00:00
Fix incorrect post tag sizes
This commit is contained in:
parent
ce335933c1
commit
d603adde26
@ -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"
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user