make admin table resizable
This commit is contained in:
@ -92,9 +92,8 @@
|
||||
</main>
|
||||
<nav>
|
||||
<div
|
||||
class={onAdminPage
|
||||
? 'fixed bottom-4 right-4 group/menu-bar flex flex-col-reverse justify-center items-center'
|
||||
: 'fixed bottom-4 right-4 group/menu-bar flex flex-col-reverse justify-center items-center sm:left-4 sm:right-[initial]'}
|
||||
class="fixed bottom-4 right-4 sm:left-4 sm:right-[initial] group/menu-bar flex flex-col-reverse justify-center items-center"
|
||||
class:hidden={onAdminPage}
|
||||
bind:this={nav}
|
||||
>
|
||||
<button
|
||||
@ -145,8 +144,7 @@
|
||||
<ul class="flex flex-col bg-base-200 rounded">
|
||||
{#each navPaths as navPath, i}
|
||||
<li
|
||||
class="flex justify-center tooltip tooltip-left"
|
||||
class:sm:tooltip-right={!onAdminPage}
|
||||
class="flex justify-center tooltip tooltip-left sm:tooltip-right"
|
||||
data-tip={navPath.name}
|
||||
>
|
||||
<a
|
||||
|
Reference in New Issue
Block a user