From e6f17d4b4781d36952a1e32be50db97a26b1fa87 Mon Sep 17 00:00:00 2001 From: blankie Date: Sat, 21 Oct 2023 09:57:37 +1100 Subject: [PATCH] Align "AI-Generated" with tags https://pixwhile.zangetsu.kaizoku.cyou/artworks/111518588 --- routes/css.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/css.cpp b/routes/css.cpp index aef1cc5..b4798c5 100644 --- a/routes/css.cpp +++ b/routes/css.cpp @@ -108,7 +108,7 @@ static const constexpr char css[] = R"EOF( flex-wrap: wrap; gap: 0 1em; } - .illust-tags a { + .illust-tags * { align-self: baseline; }