mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
(search) Adjust crosstalk flex-basis
This commit is contained in:
parent
4018e4c434
commit
2fbf201761
@ -53,7 +53,7 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="max-w-[1000px] mx-auto flex gap-1 flex-col md:flex-row place-items-center md:place-items-start py-4">
|
||||
<div class="max-w-[1000px] mx-auto flex gap-1 flex-col md:flex-row place-items-center md:place-items-start py-4 basis-1/2">
|
||||
|
||||
@if (model.hasA())
|
||||
<div class="border rounded bg-white flex flex-col overflow-hidden mx-4">
|
||||
|
@ -837,6 +837,10 @@ video {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.basis-1\/2 {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user