Browse Source

mobile optimisations - for now, move views sidebar again to the right - WIP

pull/5114/head
Daniel Spaude 2 years ago
parent
commit
b49ee7dcd9
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 2
      packages/nc-gui/components/smartsheet/Toolbar.vue

2
packages/nc-gui/components/smartsheet/Toolbar.vue

@ -53,7 +53,7 @@ const { allowCSVDownload } = useSharedView()
<LazySmartsheetToolbarSearchData v-if="(isGrid || isGallery || isKanban) && !isPublic" class="shrink mx-2" />
<template v-if="!isOpen && !isPublic && !isMobileMode">
<template v-if="!isOpen && !isPublic">
<div class="border-l-1 pl-3">
<LazySmartsheetSidebarToolbarToggleDrawer class="mr-2" />
</div>

Loading…
Cancel
Save