messy filter support

This commit is contained in:
Nicholas Orlowsky 2026-02-16 18:49:47 -05:00
parent 6773e6ae30
commit b7ec6a292f
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
15 changed files with 445 additions and 103 deletions

View file

@ -151,8 +151,6 @@ img {
color: #000000;
width: max-content;
height: max-content;
aspect-ratio: 3/2;
line-height: 1;
}
.tscroll {
width: 100%;
@ -174,3 +172,9 @@ img {
details summary > * {
display: inline;
}
details {
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
}