mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-18 13:12:16 +01:00
add animation to the mobile sidebar
This commit is contained in:
@@ -266,9 +266,7 @@ async function downloadExport(format: ExportFormat) {
|
||||
class="h-14 sm:h-16 border-b border-default-background-separator flex flex-wrap gap-y-3 justify-between items-center">
|
||||
<div class="flex items-center space-x-3 sm:space-x-6">
|
||||
<PageTitle :icon="ChartBarIcon" title="Reporting"></PageTitle>
|
||||
<ReportingTabNavbar
|
||||
active="detailed"
|
||||
class="hidden sm:flex"></ReportingTabNavbar>
|
||||
<ReportingTabNavbar active="detailed" class="hidden sm:flex"></ReportingTabNavbar>
|
||||
</div>
|
||||
<div class="hidden sm:block">
|
||||
<DropdownMenu>
|
||||
|
||||
@@ -72,9 +72,7 @@ watch(currentPage, () => {
|
||||
class="h-14 sm:h-16 border-b border-default-background-separator flex flex-wrap gap-y-3 justify-between items-center">
|
||||
<div class="flex items-center space-x-3 sm:space-x-6">
|
||||
<PageTitle :icon="ChartBarIcon" title="Reporting"></PageTitle>
|
||||
<ReportingTabNavbar
|
||||
active="shared"
|
||||
class="hidden sm:flex"></ReportingTabNavbar>
|
||||
<ReportingTabNavbar active="shared" class="hidden sm:flex"></ReportingTabNavbar>
|
||||
</div>
|
||||
</MainContainer>
|
||||
<MainContainer class="sm:hidden py-2 border-b border-default-background-separator">
|
||||
|
||||
Reference in New Issue
Block a user