ui fixes
This commit is contained in:
parent
2d55750a91
commit
a6a7baadf8
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
<section class="w-full bg-[#09090B] overflow-hidden h-full">
|
<section class="w-full bg-[#09090B] overflow-hidden h-full">
|
||||||
<div class="m-auto h-full overflow-hidden">
|
<div class="m-auto h-full overflow-hidden">
|
||||||
<main class="w-full">
|
<main class="w-full mb-4 sm:mb-0">
|
||||||
<div class="m-auto">
|
<div class="m-auto">
|
||||||
<nav
|
<nav
|
||||||
class="sm:ml-4 pt-1 overflow-x-scroll text-sm sm:text-[1rem] whitespace-nowrap"
|
class="sm:ml-4 pt-1 overflow-x-scroll text-sm sm:text-[1rem] whitespace-nowrap"
|
||||||
|
|||||||
@ -224,15 +224,15 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="inline-flex justify-center w-full rounded-md shadow-sm sm:w-auto"
|
class="inline-flex justify-center w-full rounded-md sm:w-auto"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="bg-[#313131] w-fit relative flex flex-wrap items-center justify-center rounded-md p-1 mt-4"
|
class="bg-[#313131] w-full sm:w-fit relative flex flex-wrap items-center justify-center rounded-md p-1 mt-4"
|
||||||
>
|
>
|
||||||
{#each tabs as item, i}
|
{#each tabs as item, i}
|
||||||
<button
|
<button
|
||||||
on:click={() => changeTab(i)}
|
on:click={() => changeTab(i)}
|
||||||
class="group relative z-[1] rounded-full px-5 py-1 {activeIdx ===
|
class="group relative z-[1] rounded-full w-1/2 md:w-auto px-5 py-1 {activeIdx ===
|
||||||
i
|
i
|
||||||
? 'z-0'
|
? 'z-0'
|
||||||
: ''} "
|
: ''} "
|
||||||
@ -315,7 +315,7 @@
|
|||||||
{#if rawData?.length !== 0}
|
{#if rawData?.length !== 0}
|
||||||
<div class="sm:w-full m-auto mt-10">
|
<div class="sm:w-full m-auto mt-10">
|
||||||
<div
|
<div
|
||||||
class="w-full m-auto rounded-none sm:rounded-lg mb-4 overflow-x-scroll sm:overflow-hidden"
|
class="w-full m-auto rounded-none sm:rounded-lg mb-4 overflow-x-scroll lg:overflow-hidden"
|
||||||
>
|
>
|
||||||
<table
|
<table
|
||||||
class="table table-sm table-compact no-scrollbar rounded-none sm:rounded-md w-full bg-[#09090B] border-bg-[#09090B] m-auto"
|
class="table table-sm table-compact no-scrollbar rounded-none sm:rounded-md w-full bg-[#09090B] border-bg-[#09090B] m-auto"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user