messy filter support
This commit is contained in:
parent
6773e6ae30
commit
b7ec6a292f
15 changed files with 445 additions and 103 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue