Fix English tags being higher than Japanese tags
https://pixwhile.zangetsu.kaizoku.cyou/artworks/106109085
This commit is contained in:
parent
c39e3f42b0
commit
c8a079d85e
|
@ -108,6 +108,9 @@ static const constexpr char css[] = R"EOF(
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0 1em;
|
gap: 0 1em;
|
||||||
}
|
}
|
||||||
|
.illust-tags a {
|
||||||
|
align-self: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
/* USER PAGE */
|
/* USER PAGE */
|
||||||
.user-cover {
|
.user-cover {
|
||||||
|
|
Loading…
Reference in New Issue