diff options
| author | Pitu <[email protected]> | 2019-10-12 21:14:19 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-10-12 21:14:19 +0900 |
| commit | bca8fbcd839d2239e3f6f141f662fbbc74726835 (patch) | |
| tree | 174fb569e7ae5fb3daf4cbfbfb0d957db976074b /src/site/pages/dashboard/albums | |
| parent | Added new links to the navbar (diff) | |
| download | host.fuwn.me-bca8fbcd839d2239e3f6f141f662fbbc74726835.tar.xz host.fuwn.me-bca8fbcd839d2239e3f6f141f662fbbc74726835.zip | |
refactor: removed useless code, cleaned up, fixed permissions
Diffstat (limited to 'src/site/pages/dashboard/albums')
| -rw-r--r-- | src/site/pages/dashboard/albums/_id.vue | 7 | ||||
| -rw-r--r-- | src/site/pages/dashboard/albums/index.vue | 11 |
2 files changed, 2 insertions, 16 deletions
diff --git a/src/site/pages/dashboard/albums/_id.vue b/src/site/pages/dashboard/albums/_id.vue index 964a416..c2f6a18 100644 --- a/src/site/pages/dashboard/albums/_id.vue +++ b/src/site/pages/dashboard/albums/_id.vue @@ -9,7 +9,7 @@ </style> <template> - <section class="hero is-fullheight"> + <section class="hero is-fullheight dashboard"> <div class="hero-body"> <div class="container"> <div class="columns"> @@ -71,11 +71,6 @@ export default { showingModalForFile: null }; }, - computed: { - config() { - return this.$store.state.config; - } - }, metaInfo() { return { title: 'Album' }; }, diff --git a/src/site/pages/dashboard/albums/index.vue b/src/site/pages/dashboard/albums/index.vue index 123f1cd..9333ffa 100644 --- a/src/site/pages/dashboard/albums/index.vue +++ b/src/site/pages/dashboard/albums/index.vue @@ -1,14 +1,5 @@ <style lang="scss" scoped> @import '~/assets/styles/_colors.scss'; - section { background-color: $backgroundLight1 !important; } - section.hero div.hero-body { - align-items: baseline; - } - div.search-container { - display: flex; - justify-content: center; - } - div.view-container { padding: 2rem; } @@ -130,7 +121,7 @@ <template> - <section class="hero is-fullheight"> + <section class="hero is-fullheight dashboard"> <div class="hero-body"> <div class="container"> <div class="columns"> |