mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-30 17:39:58 -07:00
Add dropshadows and other small UI changes
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
}
|
||||
let { entries, current_entry }: Props = $props();
|
||||
</script>
|
||||
<table class="table-auto text-left border">
|
||||
<thead class="p-2">
|
||||
<tr class="bg-gray-300">
|
||||
<table class="table-auto text-left">
|
||||
<thead>
|
||||
<tr class="bg-gray-100 drop-shadow">
|
||||
<th class='p-2' scope="col">Name</th>
|
||||
<th class='p-2' scope="col">Started</th>
|
||||
<th class='p-2' scope="col">Last Message</th>
|
||||
|
||||
Reference in New Issue
Block a user