Sharing: Fix app layout on small screens (#2430)

This commit is contained in:
Heiko Mathes 2022-06-17 23:32:45 +02:00 committed by GitHub
parent 7dab85ced9
commit 08b6b2de28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@ export default [
name: "albums",
path: "/s/:token",
component: Albums,
meta: { title: shareTitle, auth: true },
meta: { title: shareTitle, auth: true, hideNav: true },
props: { view: "album", staticFilter: { type: "" } },
},
{
name: "album",
path: "/s/:token/:uid",
component: AlbumPhotos,
meta: { title: shareTitle, auth: true },
meta: { title: shareTitle, auth: true, hideNav: true },
},
{
path: "*",