ui fix
This commit is contained in:
parent
9d47ef0177
commit
cef80a527f
@ -3,7 +3,7 @@
|
||||
</script>
|
||||
|
||||
<div
|
||||
class="sm:mt-5 bg-inherit rounded-l-none rounded-md sm:mt-0 border-l-4 border-l-white border-gray-600 border p-0 sm:p-4 text-white flex flex-row items-center"
|
||||
class="sm:mt-5 bg-inherit sm:mt-0 border-l-3 border-l-white border-r-0 border-t-0 border-b-0 border p-0 sm:p-4 text-white flex flex-row items-center"
|
||||
>
|
||||
<svg
|
||||
class="h-6 w-6 hidden sm:block"
|
||||
|
||||
@ -339,9 +339,7 @@
|
||||
>
|
||||
Official Presidential Schedule
|
||||
</h3>
|
||||
<div
|
||||
class="max-h-[600px] overflow-y-auto border border-gray-800 rounded-md p-4 no-scrollbar"
|
||||
>
|
||||
<div class="border border-gray-800 rounded-md p-4">
|
||||
<div class="space-y-4">
|
||||
{#each Object?.entries(groupedByDate) as [date, items], indexA}
|
||||
<div class="my-4">
|
||||
@ -434,9 +432,7 @@
|
||||
>
|
||||
Executive Actions
|
||||
</h3>
|
||||
<div
|
||||
class="max-h-[600px] overflow-y-auto border border-gray-800 rounded-md p-4 no-scrollbar"
|
||||
>
|
||||
<div class=" border border-gray-800 rounded-md p-4">
|
||||
<div class="space-y-4">
|
||||
{#each Object.entries(groupedOrders) as [date, items], indexA}
|
||||
<div class="my-4">
|
||||
@ -617,9 +613,7 @@
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="max-h-[600px] overflow-y-auto border border-gray-800 rounded-md p-4 no-scrollbar"
|
||||
>
|
||||
<div class="border border-gray-800 rounded-md p-4">
|
||||
<div class="space-y-4">
|
||||
{#each posts as item}
|
||||
<div class="my-4">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user