mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
add responsive tables and time/client/member/tags index page
This commit is contained in:
@@ -128,10 +128,10 @@ onMounted(async () => {
|
||||
</div>
|
||||
<div class="flex-1 sm:ml-[230px] 2xl:ml-[270px]">
|
||||
<div
|
||||
class="sm:hidden w-full px-3 py-3 border-b border-b-default-background-separator text-muted flex justify-between items-center">
|
||||
class="sm:hidden w-full px-3 py-1 border-b border-b-default-background-separator text-muted flex justify-between items-center">
|
||||
<Bars3Icon
|
||||
@click="showSidebarMenu = !showSidebarMenu"
|
||||
class="w-8 text-muted"></Bars3Icon>
|
||||
class="w-7 text-muted"></Bars3Icon>
|
||||
<OrganizationSwitcher></OrganizationSwitcher>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user