feat: split results into insertable component

still not fully sure how this all operates, but allright.
This commit is contained in:
efim
2023-10-04 09:13:12 +00:00
parent f4ab1ac7ec
commit 2cb3cc7c35
4 changed files with 59 additions and 5 deletions

View File

@@ -540,6 +540,10 @@ video {
bottom: 0.25rem;
}
.block {
display: block;
}
.flex {
display: flex;
}