このコミットが含まれているのは:
2026-07-01 01:08:34 +09:00
コミット 8ba008d683
6個のファイルの変更282行の追加14行の削除
+17
ファイルの表示
@@ -132,3 +132,20 @@ body
0%, 100% { color: #f87171; }
50% { color: #60a5fa; }
}
.tag-marquee
{
position: relative;
}
.tag-marquee__animated
{
position: absolute;
inset: 0 auto 0 0;
min-width: 100%;
width: max-content;
opacity: 0;
pointer-events: none;
white-space: nowrap;
will-change: transform;
}