mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-30 17:39:58 -07:00
Fix alignment of Analysis view
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<!--For smaller screens we use cards-->
|
||||
<div class="lg:hidden flex flex-col gap-2">
|
||||
<div class="lg:hidden flex flex-col gap-4">
|
||||
{#if current_entry !== undefined}
|
||||
<Card entry={current_entry} current={true} i={0} server_is_recording={server_is_recording}/>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user