Browse Source

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

pull/5114/head
Daniel Spaude 2 years ago
parent
commit
f09fdcd247
No known key found for this signature in database
GPG Key ID: 654A3D1FA4F35FFE
  1. 2
      packages/nc-gui/pages/[projectType]/[projectId]/index/index.vue

2
packages/nc-gui/pages/[projectType]/[projectId]/index/index.vue

@ -91,7 +91,7 @@ onMounted(() => {
</div>
<LazyGeneralShareBaseButton class="mb-1px" />
<LazyGeneralFullScreen class="nc-fullscreen-icon mb-1px" />
<LazyGeneralFullScreen v-if="!isMobileMode" class="nc-fullscreen-icon mb-1px" />
</div>
<div ref="mainArea" class="w-full min-h-[300px] flex-auto">

Loading…
Cancel
Save