Fix English tags being higher than Japanese tags

https://pixwhile.zangetsu.kaizoku.cyou/artworks/106109085
This commit is contained in:
blankie 2023-09-23 10:31:48 +10:00
parent c39e3f42b0
commit c8a079d85e
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ static const constexpr char css[] = R"EOF(
flex-wrap: wrap;
gap: 0 1em;
}
.illust-tags a {
align-self: baseline;
}
/* USER PAGE */
.user-cover {