summaryrefslogtreecommitdiffstats
path: root/src/Photos.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/Photos.vue')
-rw-r--r--src/Photos.vue8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Photos.vue b/src/Photos.vue
index acd5057a..50766d90 100644
--- a/src/Photos.vue
+++ b/src/Photos.vue
@@ -73,6 +73,14 @@ export default {
}
</script>
<style lang="scss" scoped>
+#app-content {
+ height: 100%;
+ display: flex;
+ flex-grow: 1;
+ flex-direction: column;
+ align-content: space-between;
+}
+
.app-navigation__photos::v-deep .app-navigation-entry-icon.icon-photos {
background-size: 20px;
}