aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/MainLayout.vue
diff options
context:
space:
mode:
authorZero~Informatique2020-01-29 07:54:03 +0100
committerNotkea2020-01-29 21:59:12 +0100
commite91065602eeeebef236dae29e67d8e3334ab4029 (patch)
tree9b8ff998181c1e598c6ac7a1cfb85e84029f0f71 /viewer/src/views/MainLayout.vue
parentbb50cd8e6c7643f696a9ae038a207d1c98ef0b14 (diff)
downloadldgallery-e91065602eeeebef236dae29e67d8e3334ab4029.tar.gz
viewer: improved the picture layout. clicking a picture will switch between resized-to-screen and original-size (+fullscreen). drag-n-drop scrolls/moves the picture, just like a touch device. Resolves #19
Diffstat (limited to 'viewer/src/views/MainLayout.vue')
-rw-r--r--viewer/src/views/MainLayout.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue
index 1528e64..7a75eb1 100644
--- a/viewer/src/views/MainLayout.vue
+++ b/viewer/src/views/MainLayout.vue
@@ -22,7 +22,6 @@
22 <panel-top class="layout layout-top" /> 22 <panel-top class="layout layout-top" />
23 <panel-left class="layout layout-left" /> 23 <panel-left class="layout layout-left" />
24 <router-view class="layout layout-content scrollbar" /> 24 <router-view class="layout layout-content scrollbar" />
25 <ld-button-fullscreen />
26 <b-loading :active="isLoading" is-full-page /> 25 <b-loading :active="isLoading" is-full-page />
27 </div> 26 </div>
28</template> 27</template>