We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87c769 commit f706db4Copy full SHA for f706db4
client/routes/index.vue
@@ -39,7 +39,7 @@ export default {
39
</script>
40
41
<template>
42
- <section>
+ <section class="window">
43
<navigation-bar>
44
<navigation-link
45
:exact="true"
@@ -64,4 +64,10 @@ export default {
64
</section>
65
</template>
66
67
-<style lang="stylus"></style>
+<style lang="stylus">
68
+.window {
69
+ display: flex;
70
+ flex-direction: column;
71
+ height: 100%;
72
+}
73
+</style>
client/routes/news/index.vue
@@ -161,7 +161,7 @@ export default {
161
162
<style lang="stylus">
163
section.news {
164
- height: 100%;
+ flex: 1;
165
166
iframe {
167
height: 100%
0 commit comments