aboutsummaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/Editor.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/views/Editor.vue b/src/views/Editor.vue
index 982ff90..4fcb9fa 100644
--- a/src/views/Editor.vue
+++ b/src/views/Editor.vue
@@ -37,4 +37,8 @@ export default defineComponent({
flex-direction: column;
max-height: inherit;
}
+
+#action-bar {
+ flex-shrink: 0;
+}
</style>